Hi,

is there any way to use different data formats for sending and receiving
messages with a given CXF endpoint?

E.g. if I have a route like

from("queue:...").to(cxf:...).process(...)

I'd like to provide the message for the CXF endpoint in PAYLOAD format but
get the response from the service call as a POJO for further processing.

Alternately, is there an easy way to have PAYLOAD format return valid
(wrapped) XML documents? Unfortunately, the unwrapping that PAYLOAD format
performs (and expects for incoming data) on the message makes it hard to use
standard XML features like XPath or XSLT to process PAYLOAD messages.

Thanks,
Jens

--
View this message in context: 
http://camel.465427.n5.nabble.com/CxfEndpoint-data-formats-tp4631394p4631394.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to