I have enabled compression of my WCF service by implementing the sample GZip encoder featured on on MSDN and everyth开发者_JAVA技巧ing is working great, however now need to transfer my reader quotas a
I am new to WCF ,i have this config file and i really want to make it cleaner. <?xml version=\"1.0\" encoding=\"utf-8\"?>
I have a WCF service that I need to call. When I go through \"add service reference\" in VS, I get following client config:
I\'m getting this error in my event log for a Windows hosted service. Service cannot be started. System.InvalidOperationException:
I have defined a custom binding in my client and server web.config file, but when I try to connect I get this error,
I have a WCF service that I\'m trying to get to work with wcf, old soap and plain xml.The service is called TestService.svc and the configuration looks like this:
I have a WCF service which is hosted in a Windows Service and has net.tcp endpoint. The clients are in the same LAN (Workgroup) as the service but they don\'t have the server\'s Windows user accounts.
I am attempting to transfer around 7000-8000 objects that are not large (only 9 properties per object instance). Does anyone know why when I begin to retrieve more than 5000 or so objects that I get c
Is it possible to configure a WCF service to use sessions, and also n开发者_如何学JAVAot to require the client to send any credentials?
Is it possible to host a开发者_开发技巧 WCF service in IIS, access it over HTTP and have the message body encrypted using a wsHttpBinding configuration?Yes, any protocol that can support message secur