You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by madhav <bh...@gmail.com> on 2012/08/31 08:39:32 UTC

http endpoints

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.

Re: http endpoints

Posted by Charles Moulliard <ch...@gmail.com>.
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 <bh...@gmail.com> 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

Re: http endpoints

Posted by Claus Ibsen <cl...@gmail.com>.
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 <bh...@gmail.com> 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: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen