Re: Setting url {params} in REST call with Camel

2012-08-08 Thread Christian Müller
Maybe my example will help you [1]...[4]... Or try /order/item/id /rest/${header[id]}/WebService http://localhost:9002/REST-Webservice"; /> [1] https://github.com/muellerc/camel-in-daily-use/blob/master/part-2/src/test/java/org/apache/cmueller/camel/sus/cidu/part1/Cust

Re: Setting url {params} in REST call with Camel

2012-08-06 Thread Deepthi
I am getting Route exception if i give the route in following manner: /order/item/id http://localhost:9002/REST-Webservice/rest/{header1}/WebService";

Re: Setting url {params} in REST call with Camel

2010-08-03 Thread Claus Ibsen
Hi I have created a ticket to track this https://issues.apache.org/activemq/browse/CAMEL-3021 On Tue, Aug 3, 2010 at 3:22 PM, Claus Ibsen wrote: > Hi > > Can you try with restletMethod=get > Could be that the post method doesn't parse the uri for { } placeholders. > > > > On Thu, Jul 29, 2010 at

Re: Setting url {params} in REST call with Camel

2010-08-03 Thread Claus Ibsen
Hi Can you try with restletMethod=get Could be that the post method doesn't parse the uri for { } placeholders. On Thu, Jul 29, 2010 at 3:12 AM, LaSalle, Craig wrote: > Hi - > > > > I'm using the "restlet" component to make a call to an external REST > api. > > > > The route endpoint looks lik