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 been pointed out, you must also have your 
JVM configuration set up for SSL, with cert authorities, keystore, etc.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Nige White" <[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 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 not using Tomcat as the server.
> 
> The back end logic is in Synergy DBL - that can't be called from any 
> other language, the whole server is in DBL. Their HTTP API does offer 
> use of SSL. I'll look into configuring the Java client side when I get 
> that far.
> 
> The most important thing right now is implementnig compression.
> 
> (And getting rid of my "no deserializer found.." message!)
> 
> Nige
> 
> _____________________________________________________________________
> This message has been checked for all known viruses. Virus scanning
> powered by Messagelabs http://www.messagelabs.com For more information
> e-mail : [EMAIL PROTECTED]
> 
> 
>

Reply via email to