Read this: http://camel.apache.org/stream-caching.html
That should help! On Fri, Apr 5, 2013 at 10:58 AM, valerian.merkling < valerian.merkl...@capgemini.com> wrote: > Hi ! > > I'm trying to make a WS proxy with cxf, and there is somethings i do not > understand. > > This route is ok, and i can see my soap message with wireshark, everythings > is fine. > > <route id="central-attendu-ws-in"> > <from uri="cxf:bean:esb-metier-ws?dataFormat=MESSAGE"/> > <inOnly > uri="http://10.67.119.44:9090/metierTest?throwExceptionOnFailure=false"/> > </route> > > But with this, with just a log > > <route id="central-attendu-ws-in"> > <from uri="cxf:bean:esb-metier-ws?dataFormat=MESSAGE"/> > <log message="look at my ${in.body}"/> > <inOnly > uri="http://10.67.119.44:9090/metierTest?throwExceptionOnFailure=false"/> > </route> > > I can see the soap message in the log console, but this body is'nt sent > anymore, i can't see it with wireshark. > > Why does the log eat my body ? > > Regards, > > Valerian > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Logging-make-my-body-empty-tp5730388.html > Sent from the Camel - Users mailing list archive at Nabble.com. >