Top "Basichttpbinding" questions

Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.

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 maximum message size quota for incoming messages (65536) has been exceeded

I get this exception while creating scope for few tables all those tables are huge in design <bindings> &…

wcf basichttpbinding
Large Binary (byte[]) File transfer through WCF

I am trying to build a WCF service that allows me to send large binary files from clients to the …

c# .net asp.net wcf basichttpbinding
Wcf Basic authentication

Having some trouble using basic authentication with a simple test Wcf service. I am getting an exception: The requested service, …

wcf basichttpbinding
The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate').

The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate'). Please ensure …

wcf wcf-security basichttpbinding transport-security
How can I use WCF with the basichttpbinding only , SSL and Basic Authentication in IIS?

Is it possible to setup a WCF service with SSL and Basic Authentication in IIS using only the BasicHttpBinding-binding? (I …

wcf ssl wcf-binding wcf-security basichttpbinding
How to enable HTTPS in WCF service

I have hosted my service on IIS. Hosted service has applied SSL certificate and on browse of URL, it appears …

wcf https wcf-security basichttpbinding wcf-configuration
Why is the first WCF client call slow?

I am trying to figure out why the first WCF call after client application start takes much more time comparing …

.net wcf performance .net-4.0 basichttpbinding
An error occurred while making the HTTP request to https -> Handshake failed

I am consuming a webservice using a basicHttpsbinding as follows EXCClient CreateClient() { var binding = new System.ServiceModel.BasicHttpsBinding(); binding.ReaderQuotas.…

c# wcf basichttpbinding
How can I programmatically create this custom binding?

We've got to access a web service that uses soap11... no problem I'll just set the binding as: BasicHttpBinding wsBinding = …

wcf wcf-binding basichttpbinding