Top "Webhttpbinding" questions

How do you configure a WCF service with two endpoints to use a different ListenUri for each endpoint?

I have a WCF Service which exposes an endpoint using the webHttpBinding and is consumed by both WPF and ASP.…

wcf windows-phone-7 basichttpbinding webhttpbinding
WCF service returns incorrect Content-Length when using gzip encoding

I have a web page containing a filtering text box and a list box. Modifications to the text box trigger …

ajax wcf json gzip webhttpbinding
How to set the default RequestFormat for a WCF ServiceContract?

I'm writing a web service that has a lot of methods. They are all set up similar to the following: […

c# json wcf webhttpbinding
Error: Cannot obtain Metadata; using WCF Test client, C#, and trying to implement webhttpbinding and json

I'm getting the fabled Error: Cannot obtain Metadata from... message, particularly http://localhost:1640/Service1.svc I've scoured stackoverflow and Google …

c# json wcf metadata webhttpbinding
How can basicHttpBinding, webHttpBinding & mexHttpBinding endpoints coexist in one WCF service

I have a WCF service (target .NET 4) and I need to expose 4 endpoints: SOAP, POX, JSON & MEX. My configuration …

wcf mex basichttpbinding webhttpbinding
Adding a service reference to a WCF service with webHttpBinding and security mode Transport results in an incorrect config file

I have searched and searched and I cannot find a solution. It seems like it would be relatively common to …

wcf rest webhttpbinding