Server Configuration Tab - Server Configuration Tab - OnBase - Web Application Management Console - OnBase/Web-Application-Management-Console/English/Foundation-22.1/Web-Application-Management-Console/Usage/Web-Application-Management-Console-Settings/Public-Access-Server-Web.config/Server-Configuration-Tab - English - Foundation 22.1

Web Application Management Console

Platform
OnBase
Product
Web Application Management Console
Release
Foundation 22.1
License
ft:lastPublication
2025-11-26T13:13:33.845000
ft:locale
en-US

The Server Configuration tab contains settings which control how the API communicates with the Application Server. These settings correspond to attributes in the <Hyland.Services.Client> and <system.web> elements of the Public Access web.config file.

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.