I am developing an Mobile Web App. I consume a SOAP XML based web service. But based on this thread Why is it not a good idea to use SOAP for communicating with the front end (ie web browser)?, I am planning to use JSON instead of SOAP XML.
Is there any library that will convert a SOAP based XML in to JSON format in .Net?