SOAP - Healthcare Form Manager - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard

Healthcare Form Manager

Platform
OnBase
Product
Healthcare Form Manager
Release
Foundation 22.1
License
Premier
Standard

SOAP allows the Healthcare Form Manager 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 Healthcare Form Manager application and Application Server.

Note:

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

  1. In the Healthcare Form Manager 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">.