Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
This is Shankar.
I have created a Silverlight enabled WCF Service and i am trying to call that WCF Service from Windows Mobile Application(vs2008) in the click event.But i receive error as "There was no endpoint listening at "http://hostname/solutionname/service.svc" that could accept the message. This is often caused by an incorrect address or SOAP action".
I need solution for this error.
With regards,
S.Shankar.
Posted
Comments
Blesson Mathew 17-Mar-11 1:52am    
Hi,
i think u didnt host the service properly..
First you should Host the service.kk.Then u can call..
Patrick Kalkman 17-Mar-11 2:09am    
Are you able to call the service from an internet browser?

1 solution

Step 1. Ensure you are pinging the server only if it is started. Normally, this is a typical issue while accessing the service, client pings the server even if it is not started.
Step 2. Ensure that config file in both client and server does not have different address
 
Share this answer
 

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