1 course Introduction
This course is familiar with the development and configuration of EDI solution text. This hands-on experiment steps and content are completed using the Microsoft official SDK. The trainees complete this experiment with the official tutorials during the experiment.
2. Preparations
Copy the EDI interface developer tutorial folder to D: \ projects (this tutorial directory) from the SDK In the BizTalk installation directory)
3 demo
1. Open the project Solution
2. Configure the BizTalk deployment Application name
3. Configure the solution Signature
4. Deployment Solution
5. Right-click the BizTalk console and choose EDI application properties from the context menu.
6. Create a New receiving port named receiveedi_fromthem_a.
7. Create a New receiving location named fromthem_4010_850 on the receiving port. The directory of the receiving location folder directs to the project file \ processedi_testlocations \ scenario_a \ from_them and the file suffix is *. txt.
8. Change the receiving pipeline to edireceive.
9. Create a New File Sending port named "toordersystem". The target folder is \ processedi_testlocations \ scenario_a \ toordersystem. The file name is "sending messageid=.txt", and select sendorderfilepipeline as the sending pipeline.
10. Configure the subscription conditions in the subscription attribute of the sending port, as shown in.
BTS. Export eportname = receiveedi_fromthem_a
11. Create a New File Sending port named tothem_997. The target folder is \ processedi_testlocations \ scenario_a \ tothem_997, the file name is messageid=.txt, and select the sending pipeline as edisend.
12. Configure the subscription conditions in the subscription attribute of the sending port, as shown in.
BTS. messagetype = http://schemas.microsoft.com/Edi/X12#X12_997_Root
13. Click "parties" in the BizTalk console, right-click "new partner", and enter the name "ordersystem" in "partner properties ".
14. Create a partner named fabrikam in the same step.
15. Right-click fabrikam_profile to create a new protocol
16. The protocol name, protocol type, partner name, and partner attribute are shown in the red box.
17. Switch to the fabrikam-> ordersystem option page and configure the partner ID as shown in the identification page.
18. On the confirmation page, select 997.
19. Cancel the route ack to send pipeline on request-response receive port set by the local host under the switch option.
20. Duplicate checks with isa13 flag removed during verification
21. In the transaction settings, configure as shown in.
22. Switch to ordersystem-> fabrikam on the page and configure it as shown in.
23. Select cr lf from the character and Separator
24. Select tothem_997 as the sending port.
25. In the envelope settings under the transaction set settings, configure according to the following attributes:
Region |
Operation |
Transaction type |
Select the Message Type of your test message, "850-purchase order ". |
Version/release |
Enter EDI version 00401. |
Target namespace |
Select http://schemas.microsoft.com/edi/x12. |
GS1 |
Verify whether "po-Purchase Order (850)" has been selected )". |
Gs2 |
Enter 1234567. The sender Application ID. |
GS3 |
Enter 0000000. The ID of the receiver application. |
Gs5 |
Select hhmm. |
Gs7 |
Select "X-Recognized Standards Committee X12 ". |
Gs8 |
Verify that 00401 has been entered. |
26. Click OK to complete the configuration. Start the application and restart the instance
27. Open samplepo.txt to modify the date in the message.
28. Copy samplepo.txt to the fromthem folder'
29. The corresponding message will appear in the toordersystem and tothem_997 folders.
Biztalk hands-on Experiment (13) EDI solution development and Configuration