I have configured the http_conn_idle_timeout in the web section of URS’s options, but when the interaction reaches the web service block in the strategy, if it does not get a response it stays there indefinitely (maybe is not exactly idle). I set soap_conn_idle_timeout too, but in this senario the request is an HTTP POST, not SOAP.
Is there a way to set an “absolute” timeout to force the request to abort if there is no return from the request?