When you extract the SOAP header, you surely want to store it somewhere.

Camel lets you store it in a message header, a property or you can
overwrite the body with the result of the expression. Use setHeader,
setProperty or setBody (or transform) accordingly.

I think if you use the CXF POJO or PAYLOAD dataFormats, you can access
relay the headers using the appropriate config in the HeaderFilterStrategy.
But that's a different story altogether.

Regards,
Raúl.

Sent from a mobile device
On Sep 27, 2012 9:18 AM, "balkishore" <balkishore.pan...@gmail.com> wrote:

> Hi Lars,
> I would like to get that element, and not to set my header. If i am not
> wrong, i cannot use, xpath along with getHeader() expression.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720085.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to