Top "Wcf-binding" questions

The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.

Value cannot be null. Parameter name: uri

I get the following error when I am trying to invoke my Adobe Livecyle Soap service: Value cannot be null. …

c# wcf visual-studio wcf-binding livecycle
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
What happens if I set HttpGetEnabled = false

I am confused with Metadata publish concept. If in a WCF Service config file I had written : <serviceMetadata httpGetEnabled="…

.net wcf binding metadata wcf-binding
Error "This message cannot support the operation because it has been read"

I have the same problem that is listed in the following thread. WSDL first WCF server where client does not …

wcf wcf-binding
Sending WCF requests through ProxyServer

here is my client side WCF Config file : <configuration> <system.net> <defaultProxy enabled="true" useDefaultCredentials="…

c# wcf wcf-binding wcf-extensions
No endpoint listening at net.pipe exception

I have many WCF services and I need to call one service from another. I decided to use netNamedPipeBinding for …

wcf wcf-binding netnamedpipebinding
Could not find endpoint element with Name and Contract from config file

I have 3 project in my solution. First project is asp.net mvc(as client app) and other one is WCF …

wcf wcf-binding workflow-activity
Setting up WCF TCP service in a web application

I've been battling with this for days, literally going through a hundred articles giving partial guidelines on how to set …

c# wcf wcf-binding net.tcp
WCF: Net.TCP multiple bindings, same port, different IP Addresses

I've run into a problem. I'm a little new at WCF so any help would be greatly appreaciated. Here's my …

wcf wcf-binding net.tcp
WCF Service configuration HTTPS with CustomBinding

I needed a custombinding on a WCF Service to allow me to pass raw content to WCFRest service. Works great, …

wcf https wcf-binding basic-authentication transport