I have a .NET web service which is a SOAP service. I want to convert it into a REST service.
What options do I have to create that middle ware to:
- take request and make a call to soap service
- translate the result returned by SOAP service
- return response back to the requestor?