Step 2: Create the Orchestration
The orchestration setup is as follows using a project called BeginDocTest:
• Ports
• Messages
• Send and Receive
• Construct Message
• Transforms
The orchestration does not do any exception handling. J.D. Edwards EnterpriseOne performs the BeginDoc and subsequent operations within an implicit transaction that it will rollback if the connection times out. The BizTalk orchestration thus does not need to do anything to rollback changes J.D. Edwards EnterpriseOne makes. However, a time out will cause an exception in the BizTalk orchestration. BizTalk will record the exception in the event log. If you want to add exception handling to the orchestration, see "How to Add a Catch Exception Block" and "How to Add a Compensation Block" in the Microsoft BizTalk 2006 main help.