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 webhttpbindingI 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 webhttpbindingI have a problem calling a webHttpBinding WCF end point using HttpClient and the BaseAddress property. HttpClient I created a …
c# .net wcf dotnet-httpclient webhttpbindingI have successfully configured 3 endpoints for my prototype service. The endpoints are basicHttpBinding, wsHttpBinding, and webHttpBinding. The only glitch I …
wcf wcf-rest webhttpbinding wcftestclientI have now investigated the 400 - BadRequest code for the last two hours. A lot of sugestions goes towards ensuring …
rest web-config request webhttpbindingI am trying to consume a webservice in C#. Whenever i try to call the function from the web service …
c# web-services asmx wshttpbinding webhttpbindingI am trying to use https & http for the website. The website has .svc files which act as REST …
c# asp.net web-services wcf webhttpbindingTrying 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 webhttpbindingI have a WCF service hosted with WebHttpBinding. The service is very simple, an operation contract which accept multiple parameters. …
c# wcf webhttpbindingI have two WCF RESTful services - the "general" service is public and has no security; the "admin" service I …
wcf web-config credentials webhttpbinding webchannelfactory