ASP.NET JSON web service always return the JSON response wrapped in XML

后端 未结 9 1352
清歌不尽
清歌不尽 2020-12-05 20:17

I saw a similar question but it did not resolve my issue. I have a JSON web service in an ASMX file;

The code for the web method

        [WebMethod]         


        
9条回答
  •  北海茫月
    2020-12-05 21:11

    Try Jayrock for .NET, it's a neat handler for .NET JSON RPC. It'll do exactly what you need. There's a step by step how-to for ASP .NET JSON RPC here.

提交回复
热议问题