I have a WPF client that connects to a set of WCF web services. We have a Dev, Test, Volume and Production domains, with the services available on a server in each domain. The domains do not have trus
I have a simple test app that pulls an xml doc from a rest interface. The data element has a couple of string fields and a couple of boolean fields. I creates a simple entity class and put a DataContr
We are creating a WCF service with a companion client DLL (.Net) that we will be delivering to a user\'s GAC via a web page. The DLL knows how to communicate with and how to interface with the service
I am working on a large system, for which I have to use WCF to access a web service.My test code works fine, now I need to integrate my WCF client code into the larger system.I cannot add to the exist
Is it possible to create a single file to generate a client from a WCF generated WSDL file (and any additional XSD files that are also generated from this service)