how to pass the input query parameters when calling an endpoint using toD/to uri in XML DSL of apache camel version 3.20.x

82 Views Asked by At

Can someone help me on how to pass the input query parameters when calling an endpoint using toD/to uri in XML DSL of apache camel version 3.20.x.

I am trying this way. Can someone help me with this.

<toD uri = rest:get:api/v1/xyz?queryParamA=${header.parameter1}&queryParamB=${header.parameter2} />

0

There are 0 best solutions below