External Keyword Data Sets - 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

After connecting using the SOAP adapter binding:

  1. Select Outbound.
  2. Select a <Contract Name> operation.
  3. Click Add.
  4. Click Advanced options.
  5. In the Advanced Options dialog box, select Generate Message contracts.
  6. Click OK to close the Advanced Options dialog box.
  7. Click OK to close the Add Adapter Service Reference dialog box.
  8. Right-click on the project and select Build.
  9. In the Toolbox pane, select Sequence to add the sequence shape. Add the following to the sequence shape:
    1. An OutArgument with Argument Type: KeywordDataSetResponse.
      Note:

      The OutputArgument direction must be set to Out.

    2. A Variable called OutputToOB with Variable Type: KeywordDataSetResponse.
    3. A Variable called InputToSOAPService with Variable Type: <Contract Name>Request.
    4. A Variable called OutputFromSOAPService with Variable Type: <Contract Name>Response.
  10. In the Toolbox pane, add the following shapes to complete the sequence:
    1. Mapper: String to <ContractName>Request.
      Note:

      You must specify an Input(for example, 0005) and set the Output to InputToSOAPService.

    2. <Contract Name>
      Note:

      Enter an Expression for each in and out argument.

    3. Mapper: <Contract Name>Response to KeywordDataSetResponse.
      Note:

      The Input is set to OutputFromSOAPService and the Output is set to OutputToOB.

    4. Assign: OutArgument to OutputToOB.
  11. Right-click on the project and select Rebuild.
  12. Open the project folder and navigate to the DLL created by the project. For example, C:\Users\[user name]\My Documents\Visual Studio 2010\Projects\[project name]\[project name]\bin\Debug\[project name].dll.
  13. Upload this DLL to OnBase using the steps described in External Keyword Data Set Configuration.