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

DeficiencyPop

Platform
OnBase
Product
DeficiencyPop
Release
Foundation 23.1
License
Premier
Standard

.NET remoting allows the DeficiencyPop application to use binary over HTTP to communicate with the Application Server. Remoting provides better performance than SOAP and is enabled by default.

You may be unable to use remoting if a firewall needs to inspect the information transmitted between the Application Server and DeficiencyPop application.

  1. In the Application Server's Web.config file, ensure that the useRemoting attribute in the Endpoint element is set to true.
  2. In the DeficiencyPop application's Web.config file, under Hyland.Services.Client, set the ServiceClientType attribute to Remoting.
  3. In the same element, set the URL to the URL of the service page on the Application Server.
    Ensure .rem is the extension on the service page. For example: <ApplicationServer URL="https://server1/AppServer/service.rem" ServiceClientType="Remoting">.