SOAP timeouts over a proxy

2004-02-24 Thread Raoul . Golan
nnel socket with SSL               sslSocket = (SSLSocket)factory.createSocket(tunnel, host,                                                           port, true);         } This specifies a connectTimeout for the connect, and a handshake timeout for the doTunnelHandshake.   Any thoughts on this? Many thanks,

Re: SOAP timeouts over a proxy

2004-02-24 Thread Raoul . Golan
                         port, true);        } This specifies a connectTimeout for the connect, and a handshake timeout for the doTunnelHandshake. Any thoughts on this? Many thanks, Raoul Golan [EMAIL PROTECTED]