How can I test WCF JSON services. I want to create something like unit tests for this services. Is there any tutorial for something like this? I would b most interested to write the JSON object myself like
{somedata:abc,foo:boo}
How can I test WCF JSON services. I want to create something like unit
Share
Here is a link that might get you started.
http://www.entechsolutions.com/wcf-web-service-for-soap-json-and-xml-with-unit-tests
“-create a dynamic class that matches JSON datastructure
-Serialize it to JSON
-Send json to web service
-Deserilize response to a dynamic object
-Make sure that response has value that I expected”
POST
GET