The SERVICE_LIST element / APPLICATION |
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.
Possible timeout elements include:
Zero or one DVM_AVAILABLE element.
Zero or one KEEP_ALIVE element.
For more information on setting timeout parameters, refer to Application Timeouts.
<TIMEOUT Using="cpn.ws.timeout.set1" />
<TIMEOUT> <DVM_AVAILABLE>10</DVM_AVAILABLE> <KEEP_ALIVE>240</KEEP_ALIVE> </TIMEOUT>