SOAP - Patient Window - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Patient Window

Platform
OnBase
Product
Patient Window
Release
Foundation 23.1
License

SOAP allows the Patient Window 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 Patient Window application and Application Server.

Note:

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

  1. In the Patient Window 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">.