Top "Wcf-client" questions

For questions about Windows Communication Foundation (WCF) clients.

A socket operation was attempted to an unreachable host

One customer reported this error at my WCF client connecting to our server service. "Message: A socket operation was attempted …

.net wcf networking network-programming wcf-client
The maximum array length quota (16384) has been exceeded while reading XML data

I am getting following error The maximum array length quota (16384) has been exceeded while reading XML data. This quota may …

wcf-client
WCF Test Client error: Failed to Invoke the service

I'm getting an error when trying to use the WCF Test Client with my WCF service. Here is the service …

wcf rest wcf-client
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/…

iis-7 wcf wcf-client http-status-code-503
Intercept messages in a WCF Client

Has anyone got any experience with Web Service Extensions? I spent time trying to make a web service extension from …

c# wcf soap wcf-client
Could not find endpoint element with name and contract

I have added reference to a WCF service that has two end points. On adding the service the following get …

c# wcf binding wcf-client wcf-configuration
WCF Windows Service. Can connect locally, but not remotely

I spent two days trying to figure this out and I am stumped. I have a WCF servers running as …

c# wcf wcf-client
Create WCF client programmatically

I have a website with a Silverlight-enabled WCF service. The service works fine, and I can browse to the WSDL …

wcf-client type-mismatch
Setting Message version in code for WCF client

I want to set message version for WSHttpBinding to EnvelopeVersion.Soap11. I don't know how to do that. Can any …

wcf wcf-client wshttpbinding
WCF - channel factory vs client base

I am new to WCF. Initially I created a WCF service and used the generated client proxy to consume the …

wcf wcf-client