SOAP - DeficiencyPop - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Premier - Standard

DeficiencyPop

Platform
OnBase
Product
DeficiencyPop
Release
Foundation 23.1
License
Premier
Standard

SOAP allows the DeficiencyPop application to use XML SOAP over HTTP to communicate with the Application Server. This option is useful for load balancing or Internet situations where firewalls need to inspect the XML passed between the DeficiencyPop application and Application Server.

Note:

If a load balancer is balancing traffic from the DeficiencyPop application to Application Server, then the DeficiencyPop application must be configured to use SOAP.

  1. In the DeficiencyPop application's Web.config file, under Hyland.Services.Client, set the ServiceClientType attribute to SOAP.
  2. In the same element, set ApplicationServer URL to the URL to the service page on the Application Server.
    Ensure .asmx is the extension on the service page. For example: < ApplicationServer URL="https://server1/AppServer/service.asmx" ServiceClientType="SOAP">.