Saturday, 14 September 2013

How JSON POST request can be handled by WCF?

How JSON POST request can be handled by WCF?

I need to handle, in my .net WCF service, JSON data (POST request) from a
third party application. Basically the third party app would be consuming
my WCF service. The posted JSON data structure is known. I would like to
know how the JSON data can be de-serialized in my service?

No comments:

Post a Comment