RE: SOAP Envelope and headers are not added by CXF by default

2016-06-21 Thread Shultz, Dmitry
It worked, Thanks! -Original Message- From: Aki Yoshida [mailto:elak...@gmail.com] Sent: June-21-16 4:37 AM To: users@camel.apache.org Subject: Re: SOAP Envelope and headers are not added by CXF by default dataFormat=MESSAGE assumes the body content represents the entire soap message

Re: SOAP Envelope and headers are not added by CXF by default

2016-06-21 Thread Aki Yoshida
dataFormat=MESSAGE assumes the body content represents the entire soap message. If you are sending the plain payload to the endpoint, you have to use use dataFormat=PAYLOAD so that it will be wrapped in the soap envelope. 2016-06-21 2:52 GMT+02:00 Shultz, Dmitry : > Hi All, > > I have a route conf