Hi all,
I am new to WCF Rest , I had created a WCF service with ServiceContract as follows
Code:
[OperationContract] [WebInvoke(Method = "POST", UriTemplate = "/SampleService", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)] string SampleService(Person personObj);