Configuring Service Client Settings - Configuring Service Client Settings - OnBase - Patient Window - OnBase/Patient-Window/Foundation-23.1/Patient-Window/Installation/Installing-Patient-Window/Configuring-Service-Client-Settings - Foundation 23.1 - Foundation 23.1

Patient Window

Platform
OnBase
Product
Patient Window
Release
Foundation 23.1
License
ft:lastPublication
2025-04-01T15:30:08.126000
ft:locale
en-US

After installing the Patient Window application, you must configure it to communicate with the Application Server for services.

  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" />