Are u using the cxf framework itself for Web service invocation ? If so
don't worry.

Just change the messageFormat= PAYLOAD  cxf does the task of ripping out
the soap envelop from received response and give you the payload with its
name spaces in place. You can easily unmarshal it .

But when you call the service , make sure you don't have the soap envelop.
It will be taken care by cxf . Push only the soap body contents in the
exchange body to cxf producer endpoint.

Cheers
Reji
On 11 May 2015 10:44, "jainmcs03" <tojayendran.in...@gmail.com> wrote:

> But my real webservice doesnt support PAYLOAD format thats why chose
> MESSAGE
> format. So just need to remove the soap envelope and do unmarshal. Any
> guide
> pls?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Unmarshal-not-working-tp5766790p5766948.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to