Reputation: 987
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.
Upvotes: 1
Views: 1907
Reputation: 478
Please take a look at this document [1] where it explains how you can convert a SOAP request and send it to a REST backend. Additionally, if you could provide proxy config we will be able to help you with setting it up further. Hope this helps.
Cheers, Pubudu.
Upvotes: 1