Hi:
The cxf component (payload model)will wrapped the soap message in a
CXFPayLoad or a CXFMessage. Both are not advantage for camel's script
language to access headers and body xml。
I cannot use a simple expression etc: simple language or xpath
language to access the soap header. That means I must always write a java
program to query the soap xml even for a very simple usage;
I am not sure why the camel's cxf component doesn't map soap header
to message header,soap body to message body.
If so , the end user can use camel as mediator for Web Service
more simply;
Thanks for suggestion