You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by davsclaus <ci...@yahoo.dk> on 2010/10/10 08:44:51 UTC

Re: How to convert Camel message to soap message

It really depends what the Camel message contains? Is it a java object or is
it XML etc.

You can use the soap data format if its a JAXB annotated java object
http://camel.apache.org/soap.html

Or you can simply convert it using the Camel type converters, or manually
from java code.
-- 
View this message in context: http://camel.465427.n5.nabble.com/How-to-convert-Camel-message-to-soap-message-tp3205888p3206309.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to convert Camel message to soap message

Posted by Hossein <ma...@csc.com>.
What version of camel are you using? Soap dataformat can be used with camel
2.3+

---
Hossein
-- 
View this message in context: http://camel.465427.n5.nabble.com/How-to-convert-Camel-message-to-soap-message-tp3205888p3206979.html
Sent from the Camel - Users mailing list archive at Nabble.com.