Windows Communication Foundation (WCF) is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.
I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly …
.net wcf exception-handling wcf-configuration wcf-endpointI am trying to use third-party web service (php-based) in asp.net c# application, and failed with service configuration.Already …
c# wcf web-services wcf-configuration protocolexceptionI have hosted my service on IIS. Hosted service has applied SSL certificate and on browse of URL, it appears …
wcf https wcf-security basichttpbinding wcf-configurationI'm trying to set up client impersonation on my service. I need to set a value for the servicePrincipalName of …
c# .net wcf wcf-configurationI am trying to use the WCF streaming with Message Contracts, because I need additional parameters beside the stream itself. …
c# .net wcf wcf-binding wcf-configurationThis article explain how to configure a namespace reservation for a user using netsh.exe as follows: netsh http add …
http windows-vista netsh wcf-configurationI 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-configurationI have an issue with my wcf service config. I would like every call to my service create a new …
c# wcf wcf-configuration servicebehaviorI have a Silverlight application in which I would like to call a WCF service. When calling the service I …
.net wcf silverlight exception-handling wcf-configurationI have been getting the following error trying to access my WCF service. 'Maximum number of items that can be …
wcf-configuration