Hi,

I would like to know if it is possible to use GZIP both on server and client
code, with Axis2. 
I know that in client side we can use, 

        options.setProperty(HTTPConstants.MC_ACCEPT_GZIP, Boolean.TRUE);
        options.setProperty(HTTPConstants.MC_GZIP_REQUEST, Boolean.TRUE);

in order to set gizp compression.

For example, I have a client sending soap requests to a service with
calculate big fatorial numbers. My response could be large and I want that
my server side code zip soap responses to send back to my client.

How can I set gzip compression on server side? 

Thanks.

Julio
-- 
View this message in context: 
http://www.nabble.com/Use-GZIP-on-Client-and-Server-Code-tp16607975p16607975.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to