Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all
could any one help me in this error ,

There was no endpoint listening at http://................/test.asmx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

thanks
Posted
Comments
Nelek 27-Feb-13 3:04am    
And the code triggering that error?
Orcun Iyigun 27-Feb-13 3:07am    
Most of the times that error means that either you are not making the request to the right URI or the service is not just started listening.

Please check the URI being used by the client and server. It is good idea to print out (or log it to a file) from both and server sides so that you can verify what is being used at runtime.

Also, check the eventlogs for any errors reported by IIS/Asp.Net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900