TIMEOUT

The TIMEOUT element sets the timeouts for the Web services application. You can reference a predefined SERVICE_APPLICATION_TIMEOUT_COMPONENT to inherit the timeout settings of that component by including the Using attribute, specifying the unique identifier for that timeout component, and/or you can set individual timeout elements specific to the application.

Settings defined locally within the TIMEOUT element override those settings defined in a referenced SERVICE_APPLICATION_TIMEOUT_COMPONENT.

Child elements

Possible timeout elements include:

  1. Zero or one DVM_AVAILABLE element.

  2. Zero or one KEEP_ALIVE element.

For more information on setting timeout parameters, refer to Application Timeouts.

Usage examples

<TIMEOUT Using="cpn.ws.timeout.set1" />
<TIMEOUT>
  <DVM_AVAILABLE>10</DVM_AVAILABLE>
  <KEEP_ALIVE>240</KEEP_ALIVE>
</TIMEOUT>