skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : WSTimeout
  
WSTimeout
Attribute
WSTimeout (WST)
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 (WSRC) is set to retry timed-out requests, the driver retries the request the specified number of times.
Default
120 (seconds)
GUI Tab
Web Service tab
See also
WSRetry Count