CXF transport just handle the message as Stream, if you want to use POJO data format s the camel-cxf does. You can configure the cxfEndpoint to use the camel transport.
Then you may need to define two camel route , one is for the logical view(marshaling and unmarshaling the SOAP message), the other is used for the physical view (transport level, sending or receiving the Stream). -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Sunday, January 6, 2013 at 7:06 PM, helander wrote: > Hi Willem, > > that helped a lot. I am now getting the request message to the route that > receives the request from the cxf client. It is of type java.IO.InputStream, > how do I make it into a structure where I can read the xml elements, i.e. > similar to PAYLOAD format? Can I convert it back to POJO (not sure I need > this, just curious in case I would need it)? > > Thanks > > Lars > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Producing-consuming-SOAP-messages-to-from-POJOs-using-camel-cxf-tp5724949p5724985.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com). >