<route> <from uri="cxf:bean:orderEndpoint" /> <bean ref="processor" method="processOrderWebservice"/> <to uri="seda:generateCSV"/> </route> <route> <from uri="seda:generateCSV"/> <bean ref="processor" method="transFormToOrderModel"/> <marshal ref="csvReport"/> <to uri="file:target/messages?fileName= ${date:now:yyyyMMdd}/TEST_${date:now:yyyyMMdd}.csv"/> </route>
-- View this message in context: http://camel.465427.n5.nabble.com/how-to-send-response-to-the-webservice-tp5764064.html Sent from the Camel - Users mailing list archive at Nabble.com.