TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shuvojit Halder
NA
763
44.1k
Restfull WCF service Problem
Feb 21 2018 8:04 AM
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.
Reply
Answers (
6
)
crossed red line in C# Winform and hangs application
Problem in inserting date to database using calender