Creating and Configuring an Activity Library for External AutoFill Keyword Sets and Keyword Data Sets - Enterprise Integration Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Integration-Server/English/Foundation-22.1/Enterprise-Integration-Server/EIS-Live-Data-Services/Overview/Creating-and-Configuring-an-Activity-Library-for-External-AutoFill-Keyword-Sets-and-Keyword-Data-Sets - 2022-08-18

Enterprise Integration Server

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

An Activity Library is required in order to use the AutoFill | Get and KeywordDataSet | Get inbound operations.

The AutoFill | Get and KeywordDataSet | Get inbound operations are known as Enterprise Integration Server Live Data Services. Because these operations use DLLs stored in the OnBase database, the message box portion of the diagram in Message Flow is not required. This means that data exchange between OnBase and the line-of-business application occurs in relative real-time.

After creating the Activity Library, you must create a sequence, then store the generated DLLs in the OnBase database. You do not need to create physical ports, logical ports, etc., which are part of the configuration steps for creating a deploying a BizTalk Server Project.

To create and configure an Activity Library:

  1. In Visual Studio, select File | New | Project.
  2. In the New Project dialog box, select C#, then select Activity Library.
  3. Type a name for the project in the Name field.
  4. Click OK.
  5. On the Solution Explorer tab.
  6. Right-click the name of the project.
  7. Select Add Adapter Service Reference.
  8. Perform the steps in Consuming the Hyland Adapter to consume the Hyland Adapter.
  9. Select the AutoFill | Get inbound operation, and a corresponding External AutoFill Keyword Set.
  10. Click Advanced options.
  11. In the Advanced Options dialog box, select Generate Message contracts.
  12. Click OK to close the Advanced Options dialog box.
  13. Click OK to close the Add Adapter Service Reference dialog box.
  14. Right-click on the project and select Build.
  15. Right-click on project and select Add Service Reference.
  16. Configure the Address for the service reference. Click Go.
  17. Click OK.

If you are creating and configuring an Activity Library for use with an External AutoFill Keyword Set, proceed to External AutoFill Keywords Sets.

If you are creating and configuring an Activity Library for use with an External Keyword Data Set, proceed to External Keyword Data Sets.