Hi,

We are working on project that needs to route soapmessages from one endpoint
to 3, 4, 5 endpoint - a bit like a proxy, but the routing happends based on
a "routingkey" in the soap header. 

We have no problem in using the proxy example from the examples - so a
"clean" proxy using DataFormat=MESSAGE works like a charm. The are a few
pitfalls - the body message (payload) is encrypted and potential large >50mb
- so streaming is important and the payload should not be parsed.

The CXF_MESSAGE looks the way to go, but we are not sure how to work with it
or the DefaultMessage from exchange.getIn() ?

Maybe someone can give a hint ?

Best regards

Aage Nielsen
Openminds



--
View this message in context: 
http://camel.465427.n5.nabble.com/Routing-cxf-webservice-using-only-soap-headers-tp5750175.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to