Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm having difficulties with accessing a WCF service. My service is
running in the same solution as the MonoDroid App and is hosted by visual
studio. I configured it as BasicHttp. The reference adds ok but at runtime
when I call the one simple test method, I get ;

System.Net.WebException: Error: ConnectFailure (Connection refused).
I'm calling the service on http://localhost:51559. Could this be a

similar issue to cross domain web service querying with JQuery? Is the
request seen as coming from localhost (the emulator) as well?

Thanks to anyone who takes interest in this.
Posted

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