Hi Chanaka, As you mentioned in your example your uri.var.version value should be "2.0.0?a=2&b=3". But if you check your wire log you may be see url encoded version of the above appended string (2.0.0%3Fa%3D2%26b%3D3). Due to this, end point will not be able to identify your query parameters. Instead, try some thing like following uri-template. uri-template="http://localhost:8280/TestAPI/{uri.var.version}?a={uri.var.a}&b={uri.var.b}"
----- Regards ! -- Chanaka Dharmarathna -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-How-can-we-send-query-parameters-with-http-endpoint-in-WSO2-ESB-tp90784p90794.html Sent from the WSO2 Development mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
