Hi, Have you added the camel-jetty (http://camel.apache.org/jetty.html) component in the classpath of your project ?
Regards, Charles On Fri, Aug 31, 2012 at 8:39 AM, madhav <[email protected]> wrote: > 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. > -- Charles Moulliard Apache Committer / Sr. Pr. Consultant at FuseSource.com Twitter : @cmoulliard Blog : http://cmoulliard.blogspot.com
