Get the error message "There was no endpoint listening at http://subdomain.domain.com, This is often caused by an incorrect address or SOAP action. See InnerException"
Any suggestions?
Get the error message "There was no endpoint listening at http://subdomain.domain.com, This is often caused by an incorrect address or SOAP action. See InnerException"
Any suggestions?
Check the configuration on the server and make sure your client's endpoint matches the server's endpoint. Then make sure you're using the same binding as well, while you're at it.
After that, make sure the server is listening and the server's firewall isn't blocking you.
Thats all I've gotten from this Ouija board. Anybody got a magic 8 ball?
My magic eight ball says:
Did you make a change to your WCF service, and then forget to regenerate the service reference for your client application?
Without more detail that's the best I've got.
answered by marc_s in the comments. the problem was that the server wasn't handling the name resolution. thanks for all your help.