Top "Wcf-endpoint" questions

A WCF endpoint is the name given to the combination of address, contract, and binding associated to a Windows Communication Foundation service.

This could be due to the service endpoint binding not using the HTTP protocol

I have a WCF Service running fine on my local machine. I put it on the servers, and I am …

wcf exception-handling wcf-binding net.tcp wcf-endpoint
Service has zero application (non-infrastructure) endpoints

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-endpoint
WCF Endpoint Configuration Error: The 'contract' attribute is invalid?

I have a WCF service let's call it UserService. The UserService has a reference to a class library. Let's call …

wcf web-config wcf-endpoint
WCF is using the computer name instead of the IP address and cannot be resolved

I have a WCF service that works fine on the LAN but when trying to access it from outside the …

.net wcf wcf-binding wcf-endpoint hostheaders
WCF Endpoint Error: Could not find default endpoint element

So here is my problem. I have a client that is utilized within a service, and when I test said …

c# .net wcf wcf-endpoint
"Configuring Services with Endpoints" Demo Fails For Me (Microsoft/endpoint.tv/Pluralsight)

I'm trying to follow along with the demo videos on the beginners to WCF page on MSDN. The first video …

wcf exception-handling x509 wcf-configuration wcf-endpoint
Could not find endpoint element with name ' and contract 'I' in the ServiceModel client configuration section.

I am working on a Base WCF Service- Client WCF service - Consumer Base Wcf servcie model as following: In …

wcf client wcf-binding wcf-endpoint servicecontract
Client endpoint configuration '*' was not found in 1 Endpoints, WCF, Mono

Hej guys, i'm trying to access a webservice hosted on a virtual machine (Windows 7) from my Ubuntu Host using Mono. …

c# linux wcf mono wcf-endpoint
Overriding config file WCF Base Addresses in code

I have a WCF Windows service with an endpoint specified in the config file for the service. <baseAddresses> &…

c# .net wcf wcf-endpoint
Using Castle Windsor WcfFacility to create client endpoints

I have created three assemblies. A web site, a WCF service and a contracts assembly that holds the interfaces that …

wcf castle-windsor ioc-container wcf-endpoint wcffacility