Server Connection Settings - Public Sector Constituency Web Access - English - Foundation 22.1 - OnBase - external

Public Sector Constituency Web Access

Platform
OnBase
Product
Public Sector Constituency Web Access
Release
Foundation 22.1
License

The Hyland.Services.Client element of the web.config file contains attributes which control how the API communicates with the Application Server. Server settings can also be configured in the Server Configuration tab of the Web Application Management Console (WAMCon).

WAMCon Setting/Web.config Attribute

Description

Service Client Type/ServiceClientType

Specify the type of communication method used to connect to the Application Server:

  • Set to Remoting for the API to use binary over HTTP to communicate with the Application Server.

  • Set to SOAP for the API to use XML SOAP over HTTP to communicate with the Application Server.

Application Server URL/Url

Enter the base URL of the Application Server's virtual directory.

The URL must end in Service.rem for Remoting connections or Service.aspx for SOAP connections.

SOAP Client Request Timeout (Seconds)/RequestTimeoutSeconds

If connecting to the Application Server with SOAP, set the maximum duration, in seconds, for which a download request is allowed to process before it times out. The default value is 100 seconds.

Note:

This value must be less than or equal to the value of HttpRuntime Execution Timeout (Seconds)(the executionTimeout attribute in the web.config file).

HttpRuntime Execution Timeout (Seconds)/executionTimeout

Note:

This attribute is in the <system.web> element of the web.config file.

Set the maximum duration, in seconds, for which a download request is allowed to process before it times out. The default value is 100 seconds.

Note:

This value must be greater than or equal to the value of SOAP Client Request Timeout (Seconds)(the RequestTimeoutSeconds attribute in the web.config file).

(No WAMCon Setting)/StreamingSettings

Set the BufferSize to regulate the maximum size, in bytes, of buffered streaming data. The default value is 64000 bytes.