Web services

Some behaviors of web services can be modified by setting configuration properties.

Outbound web services

Table 1. Outbound web service configuration parameters
Configuration parameter default Notes Example
timeout -1 Specifies the maximum time (in seconds) to wait for a response to be returned. The value minus one (-1) is the default value. The -1 value causes the property to be ignored, and the underlying web service engine's default value of 300 seconds will be used for the request timeout. For more information, see Specifying a timeout for a web service.

<server>
   <webservices>
      <timeout 
      merge="replace">60</timeout>
   </webservices>
</server>