Identify the INCORRECT statement with respect to endpointtimeout:
For all endpoint timeout values. Endpoint Timeout >= http.socket.timeout
The following is a correct endpoint definition with a timeout value and a response action:
url="http://localhost:8281/services/SimpleStockQuoteService" >
120000
fault
</address>
It is possible to define a responseAction to be taken in case of an endpoint timeout within the endpoint definition.
Endpoint timeout specifies the timeout duration for an endpoint and allows different timeouts to be specified for different endpoint definitions.
Submit