ASP.NET - What is the correct approach to JSON based web services with jQuery?

前端 未结 3 1110
天涯浪人
天涯浪人 2021-02-03 15:36

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

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-03 15:54

    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.

提交回复
热议问题