I am having SOAP services in my existing project code. Which consume XML and produces XML as my response.
I need convert of enable this SOAP to RESTful webservice by producing "Application/JSON".
- So please suggest is there any tool to convert SOAP to REST or any other way of re-using SOAP as Restful service.
- What is the best way of doing or exposing it.
I trying to analyzed what is the best way to do and refer different links,links
But I could find this link but this is little more generic but i am looking for some concrete and specific to .Net (C# or VB.Net) Implementation.
It will be great help for me and for any one in the future if any one would like to share the best way of doing it.
Thanks in advance.