Re: Compressing SOAP requests and using SSL

2004-11-11 Thread Nige White
Scott Nichol wrote: The "nightly" build can gzip and will un-gzip a gzipped response. The most recent one was posted 6/22/2004 at http://cvs.apache.org/dist/soap/nightly/2004-06-22/. To use SSL from the client, your only code change is to use the new endpoint URL (with https). However, as has b

Re: Compressing SOAP requests and using SSL

2004-11-10 Thread Scott Nichol
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 10:40 AM Subject: Re: Compressing SOAP requests and using SSL > Daniel Zhang wrote: > > > Yes you can use SSL but it is a different story. You have to configure > > SSL for both

Re: Compressing SOAP requests and using SSL

2004-11-10 Thread Nige White
Daniel Zhang wrote: Yes you can use SSL but it is a different story. You have to configure SSL for both Client and Server side, install the CA certificate, configure the keystore etc. For example, look at Tomcat SSL how-to at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html. I'm

Re: Compressing SOAP requests and using SSL

2004-11-10 Thread Daniel Zhang
Yes you can use SSL but it is a different story. You have to configure SSL for both Client and Server side, install the CA certificate, configure the keystore etc. For example, look at Tomcat SSL how-to at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html. Daniel Z Nige White wrot

Re: Compressing SOAP requests and using SSL

2004-11-10 Thread Nige White
OK, looking at the soucre code, it looks like I should extend SOAPHTTPConnection, and override send() using an extended version of HTTPUtils in which I implement postCompressed(). I already extend SOAPHTTPConnection so that I can share a SOAPHTTPConnection between several generated client class

RE: Compressing SOAP requests and using SSL

2004-11-10 Thread Hubble, Christopher
If you search the Tomcat and Axis archives you'll see threads on both compressing your requests and using SSL. Chris -Original Message- From: Nige White [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 8:27 AM To: [EMAIL PROTECTED] Subject: Compressing SOAP requests and using