There could be something wrong with your processors. Could you share the code of these processors? May be this FAQ entry is helpful for you [1].
[1] http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html Best, Christian On Fri, Nov 2, 2012 at 1:47 PM, Sachin <[email protected]> wrote: > Hi, PFB the route code: > > from(uri).threads(numberOfThreads).routeId(routeId). > // transacted("PROPAGATION_REQUIRED"). > setProperty("nodeName").simple(nodeName)// > node name > .process(new > CxfMessageToXMLString()).process(new Processor() { > public void process(Exchange > exchange) throws Exception { > > setCamelMessageHeaders(exchange); > } > }).process((Processor) nodeImpl).end(); > > where uri is : > > cxf:///genericdataservice/GenericDataService?wsdlURL=bfr://Systems/MeridianEndPoint/must/GenericDataWS/WsdlFiles/GenericDataService.wsdl&serviceName={ > http://dataservice.summit/genericdataservice}GenericDataService&portName={http://dataservice.summit/genericdataservice}GenericDataService&dataFormat=PAYLOAD > ] > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-CXF-strips-all-the-xml-elemets-and-attributes-and-send-only-data-with-whitespace-tp5721973p5722029.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --
