I\'ve recently started using WCF and was surprised to find that the client class that is generated by Add Service Reference doesn\'t implement the int开发者_JS百科erface of the ServiceContract (let\'s
I am a newbie at WCF. I created a WCF restful service in VS2010 (WCF service appl). It was targeted for Framework 4.0. I hosted this service on local IIS with appl pool set for framework 4.0. When I c
I\'ve looked at a number of similar topics on SO, but haven\'t found one that helps with this. Have a WCF service that takes in XML to process.The XML file I\'m reading from is ~600K.
I have been trying to follow this article on communicating with a WCF service from a mobile device (using compact framework 3.5).I have the service running on the desktop, and it tells me that it\'s r
I have an app that calls a WCF service in high frequency. The app starts out working fine and then after a few minutes, every call starts generating this error:
Hi I have been trying to solve my problem, however couldn\'t do anything about it. The problem is http://localhost/productservice/service.svc when type this address in my browser it gives me 503 S
Currently i am giving hard-c开发者_JS百科oded path for saving the file, but need to openDialog box to ask user\'s to get location to save the file on drive.
I want to create a client proxy using an endpoint configuration name.Prior to proxy creation, I want to take the configuration in XML and load it into memory.Its not an option to specify this configur
I\'m creating a service reference to a web service written in Java.The generated classes now follow the Java casing convention used in the web service, for example class names are camelCase rather tha
I\'m working on an application in WCF and want to receive events in the server side. I have a web that upon request needs to register a fingerprint.