Hi See also this FAQ http://camel.apache.org/how-do-i-let-jetty-match-wildcards.html
And a bit related http://camel.apache.org/how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html 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. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
