How can i pass uritemplate in REST webservice?
[OperationContract]
[WebInvoke(Method = "GET", UriTemplate = "/mywebservice2/{str}", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped)]
int GetEmpSalary2(int str);
shahzeb khanPosted May 26, 2017, 2:11 AM
Chetan RanpariyaPosted May 23, 2017, 1:03 AM