I have created a WCF restfull service and calling from postman from-data parma-their is problem.
can anyone help me how to call it and what will be service param.
here is my method
[OperationContract]
[WebInvoke(
Method = "POST",
RequestFormat = WebMessageFormat.Xml,
ResponseFormat = WebMessageFormat.Xml,
UriTemplate = "/CustomerSave",
BodyStyle = WebMessageBodyStyle.WrappedResponse)]
string CustomerSave(CustomerDataContract parameter);
I am calling from it this way.

Shuvojit HalderPosted Feb 28, 2018, 1:03 AM
Nilesh ShahPosted Feb 27, 2018, 7:56 AM
Shuvojit HalderPosted Feb 27, 2018, 5:25 AM
Nilesh ShahPosted Feb 22, 2018, 7:29 AM
Shuvojit HalderPosted Feb 21, 2018, 11:30 PM
Nilesh ShahPosted Feb 21, 2018, 8:49 AM