TIMEOUT (for a service)

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.
  3. Zero or one REQUEST_RESULT (for a service) element.

For more information on setting timeout parameters, refer to TIMEOUT (for an application).

Usage examples

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

Parent elements

This element is a child of one of the following elements: APPLICATION (for a service)