I'm using wso2 esb 4.8.1 and I want to convert my soap web service over esb to Rest service. I have already done that properly with an api way. Successfully I could call the soap service with out passing parameters. But I couldn't send the query parameters which are returned from a REST client to the soap service.
This is my soap service request
How can I pass the values from rest client to this soap service? I have used payload factory to pass values to soap service inside insequence but it was not success. Can anyone guide me how to do that?
I followed this url, but not succeeded.