Hello,

how can I *forward all incomming soap headers* to the destination service?
I use *cxfbc:consumer* as incomming endpoint and c*xfbc:producer* as
destination endpoint.
The service client sends soap headers and Servicemix has to forward all them
throught the NMR to the producer and then to the destination business
service.

I used own interceptor in the USER_PROTOCOL phase to check the content of
the message in debug mode.
Interceptor in the cxfbc:consumer shows SoapHeader in the message, but this
header will not be forwarded to the producer. Why?

I tried then to change the direction of the SoapHeader to INOUT:
header.setDirection(Direction.DIRECTION_INOUT);
but it didn't help.

ServiceMix version: apache-servicemix-4.4.1-fuse-01-06
Endpoints are deployed as osgi bundles.

Thanks,
Radomir 

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/How-to-forward-soap-headers-tp5527861p5527861.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to