In implementing the REST service when I run the URL then I get the following error..
"[Fiddler] ReadResponse() failed: The server did not return a response for this request."I want to return the response in JSON format ?However when I check for returning the response in XML format then its working absolutely perfect...What could be the possible cause of this when I return JSON response?
This is my XML response:
In the above response is default i.e returning null.I have gone through Google that one of the problem can be a DateTime issue.
So have to set it to a bigger value..But couldn't understand where to set and how to set ?
If this is not my problem then what could be the problem?
Any help is appreciated....
Thanks..
Replies
Know the answer? Post it — somebody with the same question will find it here.