For questions about Windows Communication Foundation (WCF) clients.
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-clientHow to ensure that the WCF ChannelFactory uses Binding settings in xml configuration (MaxArrayLength is ignored) Hi, I am new …
wcf wcf-binding config wcf-clientI am working on a large system, for which I have to use WCF to access a web service. My …
wcf configuration-files wcf-clientI 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 wcftestclientCan anyone explain to me what is the difference between the timeout configuration on the server vesus on the client ? …
wcf timeout wcf-clientI'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-lengthI'm trying to write a class that encapsulates WCF calls (the client is Silverlight, if it matters). It all works …
wcf wcf-clientI am still learning the whole WCF thing, so please bear with me here. What I have is two self …
c# .net wcf wcf-clientI am writing a WCF client for a service (not WCF). Getting an error that Unprocessed 'mustUnderstand' header element: {http://…
wcf soap wcf-client soapheaderI have this strange problem where my client will hang when it calls a method from my WCF Service. Now …
wcf wcf-client wcfserviceclient