Configuring Filters for WCF Service Classes - WorkView - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Premier

WorkView

Platform
OnBase
Product
WorkView
Release
Foundation 24.1
License
Premier

In order to return objects for an external WCF service class filter, you must configure what you want the service to return. To configure what is return:

  1. Double-click on the filter in the Repositories pane.
  2. Select the Service tab.
  3. The service that was configured for the class is configured by default for the filter. If you want to changed the service, click Configure. The Service Location dialog box is displayed. If you do not want to edit the service, skip to step 10.
  4. From the Service Location drop down select list, select a service you want to use, or enter the path to the service in the field.
  5. Select the Protocol you want to use from the drop-down list.
  6. If the service requires authentication, select the Requires Authentication check box.
    Note:

    The Requires Authentication option only supports Windows authentication.

  7. Click OK
  8. If the service required authentication, the Authentication dialog box is displayed. Enter the User Name, Password, and Confirm Password credentials and click OK.
  9. If you want to override the default maximum size of messages, which is 65536 bytes, select the Override Max Received Message Size and specify the number of bytes in the field you want to allow. Setting this to 0 will result in the default size being used as the maximum. Negative numbers cannot be used. The maximum allowed is 2147483647 bytes.
  10. Select the appropriate Contract, End Point, and Method.
    Note:

    Upon saving, if you want to update the Method section, you must click Update and then make the appropriate changes, and click Update again.

  11. To define what data will be used to create objects, you must select the node that contains the data and click Set Root.
  12. Next, you must complete value mappings. Select a parameter you want to map within the selected Method and click Mappings. The Mapping: dialog box is displayed.
  13. Select the appropriate mapping for the selected parameter. None, Attribute, and Constant Value are the mapping options available. Attribute maps to the attribute selected from the ellipsis button (...).
  14. Click OK.