In ASP.net web service if the above isn\'t specified , what is the response format by default? Also, if my web service below:
[WebMethod()]
public Li
The ResponseFormat attribute is not necessary. Including both client and server settings, only four things are required to do that:
When you do those four things, the service methods' responses will automatically be serialized as JSON.