Client definition file

Format

[com.cosminexus.csc.connect.timeout=Connection-timeout-value]
[com.cosminexus.csc.request.timeout=Read-timeout-value]
[com.cosminexus.csc.session.maintain={true | false}]

Function

Define operations when a Web service is invoked from the service adapter in SOAP1.1/1.2 combined mode. The setting is enabled, when the service adapter starts.

The client definition file is created by the file name cscwsconf.properties.

Supported parameters

com.cosminexus.csc.connect.timeout=Connection-timeout-value~~<numeric>((0-86400))<<60>>

Specify the connection timeout value of the socket in seconds units while accessing service components from the Web Service adapter. If you specify 0, a timeout does not occur. The timeout value specified by this property is applicable while invoking the Web Service.

com.cosminexus.csc.request.timeout=Read-timeout-value~~<numeric> ((0-86400))<<300>>

Specify the read timeout value of the socket in seconds units while accessing service components from the Web Service adapter. If you specify 0, a timeout does not occur. The timeout value specified by this property is applicable while invoking the Web Service.

com.cosminexus.csc.session.maintain={true | false} ~~<<false>>

Specify the existence of HTTP session support.

Notes

Multiple descriptions of the same property must not be made. In such cases, validity of values is not guaranteed.

Example

com.cosminexus.csc.connect.timeout=120
com.cosminexus.csc.request.timeout=480
com.cosminexus.csc.session.maintain=false