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:
|
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. |