Which version do you use? Best, Christian
On Wed, Nov 14, 2012 at 2:27 PM, BobbySixKiller <m.desig...@free.fr> 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: > <cxf:features> > <bean > class="org.apache.cxf.transport.common.gzip.GZIPFeature"/> > </cxf:features> > > 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. > --