GAS Configuration Reference / Configuration file elements |
Time out (in seconds) for pending transactions.
The Request Result timeout is used to inform the user when a Web service transaction is taking longer than expected. The REQUEST_RESULT element specifies the number of seconds to wait for the DVM to give an answer to the Application Server, after which the Application Server sends a HTTP 400 error page to the front-end to inform the user that the request has taken too long to fulfill.
The front-end client cannot recover from a HTTP 400 error page, and any Web service client application must send a new request.
<REQUEST_RESULT>60</REQUEST_RESULT>
In this usage example, the Request Result timeout is set to 60 seconds. It tells the GWS proxy to release DVM in charge of a service that has not responded in the given time frame.