Hi,
I’m having trouble with the timeout for webservice call.
In IS I created a webservice connector based on a external wsdl. I have a service that calls this connector with a timeout set to 30 seconds.
When the external webservice is not running, I see that the calls fails with a fault “java.net.SocketTimeoutException: Read timed out”, and the service ends. If after the service has ended I start the external webservice, after some time I see the request coming in.
How is that possible ? Is there some other parameter that I should set ?
Thanks for your help with this issue,