Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B7B5DF23 for ; Wed, 14 Nov 2012 20:38:35 +0000 (UTC) Received: (qmail 42453 invoked by uid 500); 14 Nov 2012 20:38:35 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 42429 invoked by uid 500); 14 Nov 2012 20:38:35 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 42419 invoked by uid 99); 14 Nov 2012 20:38:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 20:38:35 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_IMAGE_ONLY_20,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 20:38:29 +0000 Received: by mail-qa0-f52.google.com with SMTP id g14so698894qab.11 for ; Wed, 14 Nov 2012 12:38:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2VypJK6veAlAxtkNz4cYerTzrwfhjSJWakJVu4oBPOg=; b=OO99GCoyo0FFUjeNTRVhZFLg2mqQvpdeV3G2/1aaA+sB0SUOYt0gRsqiKGrpHJfSaW NrxRxF286MYGINLfmNQKFRqyQerq8xecfgtuynRiiMtFhZedS5iQEEWixIGjZfdWCkTL j6sQtMITt1vNX49evHSjod2aE1vIZNkXeWuk2WNaphtefmGYo1DPFGF1J11rOR0ofBsH SnCfW1Iq2P01kBFlDFd7Rp0lD17Bi6QLfN22f0MhT51LKOQP6afGOakRGq925lsIMK4y 1euLv+1YawOYPUhpMVH9Ox0DMuy+XLyiB8uXAmyOBgR7VesXUWIIUcJg95g//9CMrqIz Ieog== MIME-Version: 1.0 Received: by 10.224.201.136 with SMTP id fa8mr27158136qab.28.1352925489089; Wed, 14 Nov 2012 12:38:09 -0800 (PST) Received: by 10.49.63.9 with HTTP; Wed, 14 Nov 2012 12:38:09 -0800 (PST) In-Reply-To: <1352899643075-5722722.post@n5.nabble.com> References: <1352899643075-5722722.post@n5.nabble.com> Date: Wed, 14 Nov 2012 21:38:09 +0100 Message-ID: Subject: Re: Soap and gzip compression From: =?ISO-8859-1?Q?Christian_M=FCller?= To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=20cf300fafe52f4a7404ce7a836a X-Virus-Checked: Checked by ClamAV on apache.org --20cf300fafe52f4a7404ce7a836a Content-Type: text/plain; charset=ISO-8859-1 Which version do you use? Best, Christian On Wed, Nov 14, 2012 at 2:27 PM, BobbySixKiller wrote: > Hi, > > I have some issues with gzip compression and soap requests. > > I used apache camel to call a soap webservice using cxf. > > When i call myself the ws with the "Accept-Encoding: gzip" header, i've got > the "Content-Encoding" header in response. > > But when i call the same soap ws with apache camel i've got no > "Content-Encoding" header in response. > I 've add the "Accept-Encoding: gzip" header in my route just before the > call to my soap ws and also added the following: > > class="org.apache.cxf.transport.common.gzip.GZIPFeature"/> > > > I've got no errors, but how can i be sure the gzip compression is working > since i've got no "Content-Encoding" header ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Soap-and-gzip-compression-tp5722722.html > Sent from the Camel Development mailing list archive at Nabble.com. > -- --20cf300fafe52f4a7404ce7a836a--