Web service properties
- Last Updated: October 27, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
The following table summarizes web service properties.
| Property | Characteristic |
|---|---|
| WSFetchSize | Specifies the maximum number of rows of data the
driver can attempt to fetch for each call. The default is 1000 (rows). |
| WSRetryCount | Specifies the number of times the driver retries a
timed-out Select request. Insert, Update, and Delete requests are never retried. The
timeout period is specified by the WSTimeout connection property. The default is
0. |
| WSTimeout | Specifies the time, in seconds, that the driver
waits for a response to a web service request. The default is 120 seconds. |