I created a simple transport for my cxf jax-ws client which is backed with jaxb bindings. I noticed that when I put the request out on the jms transport the message body is treated as a bytes message. I wish to decouple the data format for my messaging system, as in, there will be services that may or may not use jaxb or, if at all, will even know what a jaxb context is, I just want them to receive text. With that said is there an easy configuration maybe in the cxf-codegen-plugin, or cxf client endpoint parameter for this or do I really have to create camel marshallers and unmarshallers?
-- Thanks, Chris Odom 512:799-0270