Hi,
I have a requirement of routing http(webdav) resources
from("http://....).to, how do I achieve that?
When I tried both something like
from("jetty:http://localhost:8080/exist/webdav/db/xproc/xml").to("file:data/collection");
also
from("http://localhost:8080/exist/webdav/db/xproc/xml").to("file:data/outbox");
But got an exception of 'No endpoint could be found'
Is it possible to use http in the first place, if so any extras I need to
add to make it work?
Thanks in advance,
Madhav
--
View this message in context:
http://camel.465427.n5.nabble.com/http-endpoints-tp5718450.html
Sent from the Camel - Users mailing list archive at Nabble.com.