I am writing a WCF client for a service (not WCF). Gettingan error that Unprocessed \'mustUnderstand\' header element: {http://www.w3.org/2005/08/addressing}Action, because request SOAP contains heade
I have a very strange problem. I have a WCF service and a console application that invokes some of it methods. At some point, it can\'t invoke one of them any more. It just calls the method, but it ne
I have a class in a WCF service, lets call it A. A is a data contract, which contains as one of its DataMembers a collection of another custom object B. To avoid Null Reference problems on the client
I’ve started learning WCF and I’m already utterly confused. I did a bit of reading on factory pattern and I can’t figure out how or why does ChannelFactory<> implement it.
I use an IOC container which provides me with IService. In the case where IService is a WCF service it is provided by a channel factory
I\'ve got a WCF service running on a LAN IIS which is accessible from the internet as well. The client that consumes the service is an application that runs on the LAN and remotely through the intern
I\'m trying to create WCF proxy in unmanaged C++ (No .NET framework is installed on the client). I\'ve found the website \"http://icoder.wordpress.com/2007/07/25/consuming-a-wcf-service-with-an-unman
Warning 1 Custom tool warning: Cannot import wsdl:binding Detail: The given key was not present in the dictionary.
I am working on a tool that will test the server of a开发者_如何学Python Silverlight application. AFAIK, Silverlight uses WCF to communicate with the server. I am curious if here are any free tools ou
I have been tasked to look after an ASP.Net WebForms application that communicates with a WCF service hosted by a Windows service. The binding used for the service is netTcpBinding.