Hi,
from a web service, I want to return some file content to response:
<route>
<from uri="jetty:http://0.0.0.0:9081"/>
<if possible call another route such as route_id="read-file">
</route>
<route>
<from uri="file:src/data?noop=true"/>
<to ..... />
</route>-- View this message in context: http://camel.465427.n5.nabble.com/one-route-how-to-call-another-route-tp5779618.html Sent from the Camel - Users mailing list archive at Nabble.com.
