You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nige White <ni...@forward-comp.co.uk> on 2004/12/01 13:21:02 UTC

compressing requests

Is it possible to compress the SOAP requests from Axis? In Apache Soap, 
you just use

Call.getSOAPContext().setGzip(true);

Would I have to interfere with something at a lower level to implement 
compression?

Nigel

_____________________________________________________________________
This message has been checked for all known viruses. Virus scanning
powered by Messagelabs http://www.messagelabs.com For more information
e-mail : hostmaster@forward-comp.co.uk



Re: compressing requests

Posted by Yves Langisch <li...@langisch.ch>.
Nigel,

check:

http://www.osmoticweb.com/axis-soap-compression.htm
http://www.osmoticweb.com/soap-compression-howto.htm

Yves

Nige White wrote:

> Is it possible to compress the SOAP requests from Axis? In Apache 
> Soap, you just use
>
> Call.getSOAPContext().setGzip(true);
>
> Would I have to interfere with something at a lower level to implement 
> compression?
>
> Nigel
>
> _____________________________________________________________________
> This message has been checked for all known viruses. Virus scanning
> powered by Messagelabs http://www.messagelabs.com For more information
> e-mail : hostmaster@forward-comp.co.uk
>
>
>