The NPE you are experiencing definitely qualifies as a bug and should be
fixed.
IMO, the out-of-sessions error is a configuration problem for you. Apache
SOAP always creates sessions. You can minimize the number of sessions
created by re-using a single SOAPHTTPConnection across multiple calls,
Title: SOAP Message via https through proxy with authentication
The attached modified class is to add support for https tunneling through a proxy that requires authentication. Although tunneling that requires authentication works with http, it didn't for https.
After sniffing around, I found
snichol 2002/07/31 20:07:32
Modified:java/docs changes.html
java/src/org/apache/soap/util/net SSLUtils.java
Log:
Submitted by: Phil Bohnenkamp <[EMAIL PROTECTED]>
Reviewed by: Scott Nichol
The attached modified class is to add support for https tunneling throug
FYI, there's some bugs in this, all the HTTP header line endings
should be \r\n not just \n
Cheers
Simon
On 1 Aug 2002 03:07:32 -, in soap you wrote:
>snichol 2002/07/31 20:07:32
>
> Modified:java/docs changes.html
> java/src/org/apache/soap/util/net SSLUtils.java
>