WCF No EndPoint Listening

Posted by doop on Stack Overflow See other posts from Stack Overflow or by doop
Published on 2010-06-11T14:48:50Z Indexed on 2010/06/11 14:52 UTC
Read the original article Hit count: 245

Filed under:

I have a WCF Service hosted w/n IIS that has the following host header: WcfService.xxx.com. I'm able to successfully browse via IE to my service with the address subdomain.xxx.com/ServiceName.svc.

I'm trying to consume the WCF Service via a ASP.NET Web application that has the following host header subdomain2.xxx.com. I've added the service reference correctly in the web.config to /WcfService.xxx.com/ServiceName.svc, but get the error(s):

"The remote name could not be resolved: 'WcfService.xxx.com'"

"There was no endpoint listening at http://WcfService.xxx.com/ServiceName.svc that could accept the message. This is often caused by an incorrect address or SOAP action"

Any direction/help would be appreciated.

© Stack Overflow or respective owner

Related posts about wcf