What is the correct way to convert ASP.NET SOAP-based web services to JSON-based responses? ...And then call these from jQuery?
What are \"best practices\" when integrat
The following article Extending an existing ASP.NET Web Service to support JSON by Bobby Soares on codproject.com talks about using custom method attributes to achieve desired result.