Module for EDIINT Version 8.2 SP1.November 2013 | Installing and Using EDIINT Module | Concepts | Using a Business Process to Send Outbound EDIINT Documents
 
Using a Business Process to Send Outbound EDIINT Documents
You can design a process model that waits for a document that you want to send using the EDIINT transport. You can assign a conversation ID to the outbound EDIINT document. When its corresponding MDN is returned, Module for EDIINT assigns the MDN the same conversation ID, so the MDN can rejoin the conversation.
Step
Description
1
The business process waits for a document, for example, from a back-end system. This is the document that you want to send using EDIINT.
2
The business process forms an EDIINT document with the back-end system document as the payload, and sends the EDIINT document to the trading partner. The step invokes the wm.EDIINT:send service to package the back-end system document as the payload of an EDIINT document. The ConversationID input parameter to the wm.EDIINT:send service is set to define the value to use for the conversation ID. It should be the same conversation ID that the back-end system document used.
3
The trading partner responds with an MDN. Module for EDIINT sets the conversation ID of the MDN to the value specified for the ConversationID input parameter in the preceding step. As a result, the MDN rejoins the correct business process.