Hi If you take a look at camel cxf wiki page[1], you will find what you need. There are topics you may take a look: "How to get and set SOAP headers in POJO mode" "How to get and set SOAP headers in PAYLOAD mode".
[1]http://camel.apache.org/cxf.html Willem trivedi kumar b wrote:
Hi, I have a camel route that consumes a webservices using CXF. I have a requirement that I need to add a soap header before invoking the webservices. This soap header value should be provided from the camel route, so is it possible to send a property from camel route to CXF interceptor? How can I add a new soap header in the interceptor? Pls someone help me on this. Thanks, Trivedi