wcf-client
How come my generated client class doesn't inherit from the ServiceContract interface?
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[详细]
2023-02-10 07:31 分类:问答WCF Restful Client throwing "The remote server returned an unexpected response: (405) Method Not Allowed."
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[详细]
2023-02-08 13:15 分类:问答WCF Service with large parameters
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.[详细]
2023-02-07 06:37 分类:问答WCF service called from compact framework
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[详细]
2023-02-07 06:29 分类:问答WCF Request Channel Timeout Error
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:[详细]
2023-02-07 03:23 分类:问答Service Unavailable 503 + The HTTP service located at http://localhost/ProductsService/Service.svc is too busy
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[详细]
2023-02-06 20:31 分类:问答Save Dialog box should be popup while downloading/saving the file locally
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.[详细]
2023-02-04 15:23 分类:问答Can I load a WCF configuration in xml during execution?
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[详细]
2023-02-03 13:07 分类:问答Change Casing in WCF Service Reference
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[详细]
2023-02-01 10:38 分类:问答WCF events in server-side
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.[详细]
2023-01-31 01:52 分类:问答