Top "Webhttpbinding" questions

BasicHttpBinding vs WsHttpBinding vs WebHttpBinding

In WCF there are several different types of HTTP based bindings: BasicHttpBinding WsHttpBinding WebHttpBinding What are the differences among these 3? …

wcf-binding basichttpbinding wshttpbinding webhttpbinding
The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'WebHttpBinding' ('Basic')

I was following the tutorial here: http://allen-conway-dotnet.blogspot.co.uk/2012/07/using-basic-authentication-in-rest.html?_sm_au_=iFVksVM0H8QrkntP, to implement …

c# wcf authentication webhttpbinding
HttpClient with BaseAddress

I have a problem calling a webHttpBinding WCF end point using HttpClient and the BaseAddress property. HttpClient I created a …

c# .net wcf dotnet-httpclient webhttpbinding
WCF REST Service not visible in WCFTestClient

I have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I …

wcf wcf-rest webhttpbinding wcftestclient
Unable to set maxReceivedMessageSize through web.config

I have now investigated the 400 - BadRequest code for the last two hours. A lot of sugestions goes towards ensuring …

rest web-config request webhttpbinding
SOAP header Action was not understood

I am trying to consume a webservice in C#. Whenever i try to call the function from the web service …

c# web-services asmx wshttpbinding webhttpbinding
WebHttpBinding with Http and Https

I am trying to use https & http for the website. The website has .svc files which act as REST …

c# asp.net web-services wcf webhttpbinding
WebHttpBinding in WCF: how to configure it the proper way?

Trying to follow this example to make it work: http://weblogs.asp.net/kiyoshi/archive/2008/10/08/wcf-using-webhttpbinding-for-rest-services.aspx Here is my …

c# .net wcf app-config webhttpbinding
WCF Error on execute: Manual addressing is enabled on this factory, so all messages sent must be pre-addressed

I have a WCF service hosted with WebHttpBinding. The service is very simple, an operation contract which accept multiple parameters. …

c# wcf webhttpbinding