Hi All,

I have successfully tested the web service proxy example using spring. In
order to explore further, need to write incoming document into .xml file.
pls share me any sample or guide.Below the route.

 <route>
      
      <from uri="cxf:bean:reportIncident?dataFormat=MESSAGE"/>
      
      <to uri="log:input"/>
      
      <to uri="bean:enrichBean"/>
      
      <to ref="callRealWebService"/>
      
      <to uri="log:output"/>
    </route>

In that above need to write .xml file to store request data into .xml file.
Pls guide.

Regards
jayendran



--
View this message in context: 
http://camel.465427.n5.nabble.com/webservice-proxy-using-spring-tp5766439.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to