Greetings,
We're developing a system which uses Apache SOAP over
HTTP / SSL. We're also finding a situation where the client can
hang indefinitely if it's going through a proxy and the proxy does
not return (we've seen a SOAP call hang for over 10 minutes in
this way - with an exception once t
The current code (post-2.3.1) does what you suggest and even gracefully falls back
when a pre-1.4 JVM is used. You can download a nightly build from
http://cvs.apache.org/dist/soap/nightly/2003-09-09/, or grab the source from CVS.
Scott Nichol
Do not send e-mail directly to this e-mail address
Thank you very much, it does exactly what you describe.
"Scott Nichol" <[EMAIL PROTECTED]>
02/25/04 02:25 PM
Please respond to soap-dev
To: <[EMAIL PROTECTED]>
cc:
Subject: Re: SOAP timeouts over a proxy
The current code (post-2.3.1)