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
I am getting Route exception if i give the route in following manner:
/order/item/id
http://localhost:9002/REST-Webservice/rest/{header1}/WebService";
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
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