Hi,
I have the following setup running in ServiceMix routing SOAP messages:
CXFBC --> CAMEL --> CXFBC
When a message is received, I need to be able to use the SOAP header
properties, e.g. wsa:MessageID, within the Camel route.
The CXF BC Consumer is set with:
useJBIWrapper="false"
useSOAPEnvelope="true"
But the Header is missing from the SOAP Envelope when the exchange reaches
the Camel module.
I've tried setting up an interceptor to explicitely set properties on the
CXF exchange and message, but am not sure how or if these are mapped.
I'm using servicemix-cxf-bc-2010.01-SNAPSHOT-installer.zip built on 21
March.
Any help is appreciated.
Thanks,
Steve.
--
View this message in context:
http://old.nabble.com/Passing-SOAP-Headers---CXFBC--%3E-CAMEL-tp28003448p28003448.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.