Top "Wcf-client" questions

For questions about Windows Communication Foundation (WCF) clients.

Getting a PipeException (pipe is closing) with a WCF service that uses NamedPipesBinding

I am just learning WCF, trying out different things. I have set up the following service: [ServiceBehavior(IncludeExceptionDetailInFaults = true , InstanceContextMode = …

c# .net wcf wcf-binding wcf-client
How to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored)

How to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored) Hi, I am new …

wcf wcf-binding config wcf-client
How can I specify an alternate config file for a WCF client?

I am working on a large system, for which I have to use WCF to access a web service. My …

wcf configuration-files wcf-client
Why is my WCF Service not loading my Binding config?

I have the problem with the following error: "The maximum message size quota for incoming messages (65536) has been exceeded. To …

wcf wcf-binding wcf-client wcftestclient
WCF timeout client vs server

Can anyone explain to me what is the difference between the timeout configuration on the server vesus on the client ? …

wcf timeout wcf-client
WCF Content-Length HTTP header on outbound message

I'm in a tough situation in which a Java web service endpoint hosted on an IBM HTTP Server (IHS) requires …

wcf http-headers wcf-client http-content-length
Where to trap failed connection on WCF calling class?

I'm trying to write a class that encapsulates WCF calls (the client is Silverlight, if it matters). It all works …

wcf wcf-client
How to consume multiple WCF services from one client

I am still learning the whole WCF thing, so please bear with me here. What I have is two self …

c# .net wcf wcf-client
Modify SOAP header Mustunderstand attribute in WCF client

I am writing a WCF client for a service (not WCF). Getting an error that Unprocessed 'mustUnderstand' header element: {http://…

wcf soap wcf-client soapheader
WCF Client freezes when calling method from Service

I have this strange problem where my client will hang when it calls a method from my WCF Service. Now …

wcf wcf-client wcfserviceclient