You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ani <an...@openminds.dk> on 2014/04/14 08:59:34 UTC

Routing cxf webservice using only soap headers

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.