When I use Live WCF service it shows error
There was no endpoint listening at this that could accept the message. This is often caused by an incorrect address or SOAP action
When I use Live WCF service it shows error
There was no endpoint listening at this that could accept the message. This is often caused by an incorrect address or SOAP action
Copyright © 2021 Jogjafile Inc.
Put your end-point configuration on
Web.configon root of your project.this is sample of a
web.configwithend-point.The above sample code will fix your problem, but please describe more about your projects on your solution and put your code here. Did you consume the
web-servicein a class library and reference it on your web-app project ?