I have an endpoint like this: http://endpoint/getResult?sid=1&sid=2&sid=3...
I want to create a REST API like this, route the request to the Endpoint: http://esb/getResult?sid=1,2,3
How can I achieve this using WSO2 ESB? Many thanks.
I have an endpoint like this: http://endpoint/getResult?sid=1&sid=2&sid=3...
I want to create a REST API like this, route the request to the Endpoint: http://esb/getResult?sid=1,2,3
How can I achieve this using WSO2 ESB? Many thanks.