Module 1: BizTalk Server Overview
- What is BizTalk Server?
- Why is BizTalk Server?
- BizTalk Components and Capabilities
- BizTalk Architecture
- BizTalk Host/Host Instances
Module 2: BizTalk Server Setup
- Prerequisites
- Installation of BizTalk Server and configuration
- BizTalk Development Solution Setup
- BizTalk Supporting Tools
Module 3: Creating BizTalk Schemas
- Introduction to BizTalk Schemas
- Schema types
- Creating Schemas from XML files
- Creating Schemas for flat files
- Creating Schemas from JSON files
- Creating Schema from Excel file
- BizTalk Property Promotion
- Regulation Expression in BizTalk Schema
- Multiple data type for BizTalk Schema elements
- Generate XML when Schema has multiple Root Node
- Import Schema (Schema That Use Other Schema)
Module 4: Creating BizTalk Maps
- Introduction of BizTalk Map
- Creating a BizTalk Map
- Implement XSLT in BizTalk mapping
- Manipulating Data Using Functoids
- Test Mapping
- Introduction to Pipelines
- Receive Pipeline
- Send pipeline
- Built-in pipelines
- Built-in pipeline components
- Building Custom Pipelines
Module 6: Creating Orchestrations
- Introduction to BizTalk Orchestration
- Create First BizTalk Orchestration
- ESB Exception Handling in Orchestration
Module 7: Advanced Orchestration Design
- BizTalk Orchestration Shapes
- BizTalk Logical Ports & Port Bindings
- BizTalk Correlations
- BizTalk Sequential Convoy
- BizTalk Parallel Convoy
- BizTalk Orchestration Debugging
- Calling a .net component from BizTalkĀ orchestration
- Pass BizTalk message to a .Net Component
- Dynamic maps in BizTalk Orchestration
- Handling Receive/Send Port level exception through orchestration
Module 8: BizTalk with Rest Services
- BizTalk with REST Service
- Publish BizTalk as REST Service
- Rest Service Consume by BizTalk
- Create Schema from JSON files
- GET method at Receive Port
- POST method at Receive Port
- BizTalk Dynamic Send Ports For Rest Services
- Add Http Headers For WCF/Rest Services
- Array/List JSON messages in Receive Pipeline
Module 9: BAM (Business Activity Monitoring)
- Introduction of BAM
- BAM APIs
- BAM Installation and Configuration in Multi server Environment
- Implementation of BAM Activity Definition file
- BAM in Custom Pipeline
- BAM Activity in Custom Pipeline
- BAM in Orchestration
Module 10: ESB Management Console
- ESB Exception Management Console
- Prerequisites of ESB toolkit
- Installation ESB toolkit
- Configuration of ESB toolkit
- ESB with BAM
- Configuring ESB Management Portal
- ESB Itinerary Samples
- ESB Itinerary in Orchestration
4 responses to “BizTalk Tutorial”
hi
i want to expose rest endpoint having post method and request and response in json and response should be stored in database sql ,can i get a detailed procedure to do this from scratch please
LikeLike
Hi,
You can expose BizTalk as rest service, below post
https://vkbiztalk.com/2017/06/17/publish-biztalk-as-rest-service/
will help you to do this activity. Regarding Database activity you can create schemas and binding file through Add generated items by right click on project in visual studio. And after that you can map database schema with rest service schema to achieve the task.
LikeLike
hi,
Firstly i must say, the blog is very good to learn things .
i want write a inline XSLT template,which receives at repeating structure from source and map to destination. Can i get a detailed procedure to do this..
LikeLike
I think below blog may help you
https://blog.sandro-pereira.com/2009/09/14/biztalk-advanced-mapping-tips-inline-xslt-selecting-distinct-nodes-grouping/
LikeLike