If you will be using an inbound operation, perform the following steps to properly configure the receive location:
- Open the BizTalk Server Administration Console.
- Expand a BizTalk application.
- Select Receive Locations.
- In the Receive Locations pane, double-click a receive location.
- The Receive Location Properties dialog box is displayed.
- From the Type drop-down list, select WCF-Custom.
-
From the Receive pipeline drop-down list, select XMLReceive.
- Click Configure.
-
The WCF-Custom Transport Properties dialog box is displayed:
- In the Address (URI) field, type the URL to the OnBase Application Server. For example, hyland://localhost/appserver/service.asmx?datasource= OnBase.
- Select the Binding tab.
-
From the Binding Type drop-down list, select hylandAdapterBinding:
- If necessary, modify the settings listed in HylandAdapterBindingElement. For more information on these settings, see Creating a BizTalk Server Project.
- Select the Behavior tab.
-
In the Behavior pane, select EndpointBehavior:
- Right-click and select Add extension.
-
The Select Behavior Extension dialog box is displayed:
- Select hylandInboundAction.
- Click OK.
-
The WCF-Custom Transport Properties dialog box is displayed:
-
Configure the following settings in the Configuration pane:
HylandInboundActionElement
Description
delimiter
If you will be configuring multiple inbound operations within the receive location, type a character in this field.
inboundSOAPActions
Type the name of the inbound operation in the following format:
[Operation Name]/[Category Name]/[Document Type numeric ID]
For example, Document/OnDocArchived/149.
Separate multiple operations with the specified delimiter.
For example, Document/OnDocArchived/149; Document/OnDocArchived/150.
- Select the Other tab.
- In the Credentials pane, select User account.
-
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.