No Endpoint Listening
Get the error message "The开发者_运维百科re was no endpoint listening at http://subdomain.domain.com, This is often caused by an incorrect address or SOAP action. See InnerException"
Any suggestions?
answered by marc_s in the comments. the problem was that the server wasn't handling the name resolution. thanks for all your help.
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?
精彩评论