I know you can use multiple bindings, but if you implement a REST Service, must you use the webHttpBinding?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The webHttpBinding is what tells the WCF framework to communicate in a RESTful fashion – any other binding would define a different protocol. In your comment, you ask about wsHttpBinding – If you used that binding, you would not have a REST service, you’d have a SOAP web service.