oh I see, the server part is not soap2.3.1 then.
When did you download soap2.3.1? The newest compilation  of Apache SOAP
should have
this kind of zipping and unzipping support in the SOAPContext for the
client.
Malte


-----Ursprungliche Nachricht-----
Von: Nige White [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 10. November 2004 17:07
An: [EMAIL PROTECTED]
Betreff: Re: AW: Compressing SOAP requests and using SSL


Malte Kempff wrote:

>Hi Nigel,
>I am using soap2.3.1 for RPCs
>calling the methods takes as far I remember not very much changes
>and it is looking somehting like this:
>
>...
>SOAPHTTPConnection st = new SOAPHTTPConnection();
>...
>SOAPContext ctx = new SOAPContext();
>ctx.setGzip(true);
>Call call = new Call(m_soapServiceName,
>                     callName,
>                     params,
>                     null,
>                     Constants.NS_URI_SOAP_ENC,
>                     ctx
>                    );
>call.setSOAPTransport(st);
>...
>
>Butyou also need to enhance the soap depoloy discriptor looking something
>like this:
>
>   <isd:provider type="java"
>                  scope="Application"
>                  methods= "...">
>    ...
>       <isd:option key="gzip" value="true"/>
>    ...
>  </isd:provider>
>
>

There is no setGzip() method in SOAPContext in SOAP 2.3.1!

I have no deployment descriptor, I have written/generated the server,
it's up to me to upzup the HTTP content.

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]



____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.815 from 03.11.2004
Virus news: www.antiviruslab.com

Reply via email to