Hi, As far as I understand this compression needs to be handled at the HTTP level at the client and the server ? (I hope we are talking about the dynamic gzip compression of the HTTP payload). Axis2 uses commons HTTP sender and it is possible to send/accept gzipped content with commons HTTP sender. Have a look at the entry in article [1]. As for the server side I don't think the simple HTTP server can accept gzipped payloads but a servlet container like Tomcat will definitely allow that functionality.
Ajith [1]http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters#GZIP On 8/18/06, Vijesh A.V. <[EMAIL PROTECTED]> wrote:
Hi all, I have been trying to find a solution for soap message body compression. How can I do it in Axis2?. I understand that gzip compression support is integrated in Axis2. But I couldn't find any implementation details (there is an axis 1.x solution though http://wiki.apache.org/ws/FrontPage/Axis/GzipCompression . How can I do the same in Axis2?). Any solution using handlers? Please do give some directions towards this. Is it possible to use Fast Infoset https://fi.dev.java.net/ with axis (axiom?). Any help will be appreciated. Regards Vijesh
-- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
