To create a physical send port:
- Select Send Ports.
-
In the Send Ports pane, double-click WcfSendPort_HylandAdapterBinding_HylandOutboundContract_Custom:
- The Send Port Properties dialog box is displayed.
- Select WCF-Custom from the Type drop-down list.
- Click Configure.
- The WCF-Custom Transport Properties dialog box is displayed.
- On the General tab, in the Address (URI) field, replace http with hyland.
-
In SOAP Action header, in the Action field, select the Action attribute in the <Operation> tag (for example, EForm/Create/119).
Note:
It is possible to configure a single send port to accept multiple actions for an outbound operation. To do so, you must set the name of each operation in the send port must exactly match the name of the action being performed.
- Copy the Action attribute and paste it over the existing text in the Action field.
- Select the Binding tab.
- Ensure that hylandAdapter is selected from the Binding Type drop-down list.
- If necessary, modify the settings in the HylandAdapterBindingElement fields. See Creating a BizTalk Server Project for more information on these settings.
- Select the Credentials tab.
- In User name credentials, ensure that Do not use Single Sign-On is selected.
-
Type the name of the OnBase Service Account in the User name field.
Note:
This is the same OnBase Service Account you used in Creating a BizTalk Server Project.
- Type the password for the OnBase Service Account in the Password field.
- Click OK to close the WCF-Custom Transport Properties dialog box.
- Click OK to close the Send Port Properties dialog box.