WSTimeout
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies the time, in seconds, that the driver waits for a response to a Web service request.
Valid Values
0 | x
where:
- x
- is a positive integer that defines the number of seconds the driver waits for a response to a Web service request.
Behavior
If set to 0, the driver waits indefinitely for a response; there is no
timeout.
If set to x, the driver uses the value as the default timeout for any statement created by the connection.
If a Select request times out and WSRetryCount is set to retry timed-out requests, the driver retries the request the specified number of times.
Default
120 (seconds)
Data Type
Int