Making of JSON Webservice using C# .NET

前端 未结 5 645
隐瞒了意图╮
隐瞒了意图╮ 2021-01-03 12:27

I am trying to make JSON webservice in C# .NET. A json string is returning by web method but it contains xml structure like:

  

        
5条回答
  •  隐瞒了意图╮
    2021-01-03 12:53

    You can try to build your service using the REST Api. You can find the information on REST with WCF at this link

    You can download the toolkit for samples on how to build restful wcf services that returns json response.

提交回复
热议问题