Re: How to Pass Dynamic Parameters to invoke rest url.
context.start(); > Thread.sleep(2); > template.sendBody("direct:restClient", "Test Input"); > > } finally { > context.stop(); > } > } > } > > Here how can i pass query parameters like this >
How to Pass Dynamic Parameters to invoke rest url.
t;direct:restClient", "Test Input"); } finally { context.stop(); } } } Here how can i pass query parameters like this http4://jsonplaceholder.typicode.com/posts/{Id} -- View this message in context: http://camel.465427.n5.nabble.com/How-to-P