Configuring the Receive Location for Inbound Operations - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

If you will be using an inbound operation, perform the following steps to properly configure the receive location:

  1. Open the BizTalk Server Administration Console.
  2. Expand a BizTalk application.
  3. Select Receive Locations.
  4. In the Receive Locations pane, double-click a receive location.
  5. The Receive Location Properties dialog box is displayed.
  6. From the Type drop-down list, select WCF-Custom.
  7. From the Receive pipeline drop-down list, select XMLReceive.
  8. Click Configure.
  9. The WCF-Custom Transport Properties dialog box is displayed:
  10. In the Address (URI) field, type the URL to the OnBase Application Server. For example, hyland://localhost/appserver/service.asmx?datasource= OnBase.
  11. Select the Binding tab.
  12. From the Binding Type drop-down list, select hylandAdapterBinding:
  13. If necessary, modify the settings listed in HylandAdapterBindingElement. For more information on these settings, see Creating a BizTalk Server Project.
  14. Select the Behavior tab.
  15. In the Behavior pane, select EndpointBehavior:
  16. Right-click and select Add extension.
  17. The Select Behavior Extension dialog box is displayed:
  18. Select hylandInboundAction.
  19. Click OK.
  20. The WCF-Custom Transport Properties dialog box is displayed:
  21. 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.

  22. Select the Other tab.
  23. In the Credentials pane, select User account.
  24. 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.

  25. Type the password for the OnBase Service Account in the Password field.
  26. Click OK to close the WCF-Custom Transport Properties dialog box.