Timeout when accessing a WS : RemoteFault
664923Aug 30 2011 — edited Aug 31 2011Hi,
I want to set a timeout when accessing a WS. I can do this now by following this blog.
http://soasol.blogspot.com/2009/12/how-to-set-timeout-for-web-service-in.html
I needed to use oracle.webservices.httpReadTimeout property in the partnerlink and set it in milliseconds(it worked). What I want now is to catch the error. It is currently triggering the RemoteFault. When I turn off the WS and try to connect, I also get RemoteFault. I want to distinguish between a Timeout fault and a connection fault. What is the simplest way to do this?
Regards,
Robert