Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 88065 invoked from network); 19 Aug 2006 06:10:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2006 06:10:26 -0000 Received: (qmail 27014 invoked by uid 500); 19 Aug 2006 06:10:15 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 27000 invoked by uid 500); 19 Aug 2006 06:10:15 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 26983 invoked by uid 99); 19 Aug 2006 06:10:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 23:10:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ajith.ranabahu@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2006 23:10:14 -0700 Received: by nf-out-0910.google.com with SMTP id x29so2324036nfb for ; Fri, 18 Aug 2006 23:09:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I+9D8EfJ3lFyjEo+dHdwg2Hg9L7GMjR1kES8VBzVQThVTL3i210xanacs6m3S7W6aKygOVhvupYTwNoue3MFz6jUHudX9jgLmks2tQqqu+T1Ua/o3jpCd8DNfGLG/vVv2UYsF5bKliBBwZxaC/09nrHL7UrjK2GZHHzMMB9g+w4= Received: by 10.48.14.4 with SMTP id 4mr4923801nfn; Fri, 18 Aug 2006 23:09:53 -0700 (PDT) Received: by 10.48.210.13 with HTTP; Fri, 18 Aug 2006 23:09:53 -0700 (PDT) Message-ID: Date: Sat, 19 Aug 2006 02:09:53 -0400 From: "Ajith Ranabahu" To: axis-user@ws.apache.org Subject: Re: [Axis2] gzip or any other soap compression In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. 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: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org