Re: Re: Timeout on SSL sockets

2003-09-03 Thread Pae Choi
he app. level. Hope this helps, Pae - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 2:36 AM Subject: Memo: Re: Timeout on SSL sockets > Scott, > > Thanks. Actually I have downloaded the source cod

Memo: Re: Timeout on SSL sockets

2003-09-02 Thread billykan
lt;[EMAIL PROTECTED]> cc: Our Ref:Your Ref: Subject: Re: Timeout on SSL sockets I have committed the c

Re: Re: Timeout on SSL sockets

2003-09-02 Thread Scott Nichol
mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 11:17 AM Subject: Re: Re: Timeout on SSL sockets

Re: Re: Timeout on SSL sockets

2003-09-02 Thread Scott Nichol
ause it is filtered to accept only mail from specific mail lists. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 8:31 AM Subject: Memo: Re: Timeout on SSL sockets > I have tried this before and it seems to work on

Memo: Re: Timeout on SSL sockets

2003-09-02 Thread billykan
Our Ref:   Your Ref:   Subject:         Re: Timeout on SSL sockets   I believe you can set the SO_TIMEOUT with Apache SOAP 2.3.1 In HTTPUtils, I see this: if (timeout > 0)  // Should be redundant but not every JVM likes this s.setSoTimeout(timeout); ... where the SO_TIMEOUT is set after crea

Re: Timeout on SSL sockets

2003-09-02 Thread Jesus M. Salvo Jr.
I believe you can set the SO_TIMEOUT with Apache SOAP 2.3.1 In HTTPUtils, I see this: if (timeout > 0) // Should be redundant but not every JVM likes this s.setSoTimeout(timeout); ... where the SO_TIMEOUT is set after creating the socket ( be it SSL or non-SSL ). [EMAIL

Timeout on SSL sockets

2003-09-01 Thread billykan
Hi all, I want to have a timeout mechanism when my program send a SOAP message to a server using SSL. It does not work in my version (2.3.1) of Apache SOAP (my program waits indefinitely if the server do not respond). I have browsed the nightly builds and found a fix there but it requires JDK 1.4.