How do I set the timeout on a SOAP message call in Axis 1.1?
I can find examples to set a socket timeout for WSDL2Java stubs or on an RPC Call object, but I cannot find an equivalent for a SOAPConnection. I can apparently set a timeout value in a MessageContext, but I can only retrieve a context from my SOAP Message after I have called call() on the SOAPConnection which is obviously no good to me.
Cheers, Greg Cawthorn ||
