1 course Introduction
Familiarize yourself with the development and configuration of the BizTalk development component schema/MAP/orchestration/pipeline.
2 Preparation 3 demonstration
3.1 create and configure a BizTalk Application
1. Open Visual Studio and create a BizTalk Application
2. Modify deployment configuration
3. Create an application Signature
4. Configure the application Signature
3.2 Create input message Schema
- Create Schema
- Create two nodes: fielda and fieldb
- Input message Schema
3.3 create an Output Message Schema
- Create an Output Message Schema
- Create a node Output Message
3.4 create and configure a message conversion Map
1. Create a map
2. Configure message Conversion
3.5 create and configure orchestration
1. Orchestration Structure
2. Set the activate attribute of receive_1 to true.
3. Create output and output messages
4. Create a receiving port
5. Message Type
6. Port binding method
7. Create a sending port in the same process as before,
8. Create orchestration
9. Bind inmsg to receive_1 and outmsg to send_1
10. Connect operation_1 to receive_1 and bind send_1 to operation_1
11. Bind map1 to transform, select inmsg for source transform, and select outmsg for destination transform.
12. Orchestration Flowchart
3.6 create and configure Pipeline
1. Create a New receiving pipeline and drag the XML discycler into the disassemble process of the pipeline.
2. Create a sending pipeline and drag the XML Parser into the Assemble Process of the pipeline.
3.7 deploy and configure the BizTalk Application
1. Deploy the BizTalk application. You can view the deployed application on the BizTalk console.
2. Right-click the application, select Configuration, create a receiving and sending port on the configuration page, and select the newly created epipeline1 and sendpipeline1 queues.
3. Start the application
3.8 test application
1. Generate a Test message by entering the message schema and copy the generated Test message to the receiving folder.
2. The ing message is displayed in the Output Folder.
Biztalk hands-on Experiment (iii) BizTalk Development Comprehensive Experiment