To create and configure the messages that will be used by BizTalk in outbound operations:
- In the Orchestration View pane, right-click Messages and choose New Message.
- Repeat the above step three times, so that the Messages folder contains three messages.
- Right-click Message_1, select Rename, and rename the message InFromLOB. This is the message that will be sent from the line-of-business application to the Hyland Adapter.
- Right-click Message_2, select Rename, and rename the message InToHylandAdapter. This is the message that will be sent from the BizTalk to the Hyland Adapter.
- Right-click Message_3, select Rename, and rename the message OutFromHylandAdapter. This is the message that will be sent from the Hyland Adapter for verification.
- Select InToHylandAdapter.
- In the Properties pane, set the Message Type to the name of the operation you configured in Outbound Operations by selecting it from the Schemas list. For example, CreateEForm_#.
- Select OutFromHylandAdapter.
- In the Properties pane, set the Message Type to the name of the operation response you configured in Inbound Operations by selecting it from the Schemas list. For example, CreateEForm_#Response.
- If necessary, complete the steps in Creating a Schema.
- Select InFromLOB.
-
In the Properties pane, set the Message Type to the name of the schema you created in Creating a Schema by selecting it from the Schemas list. For example, LOBSchema.
Your screen resembles the following: