Question

how can WCF Webservices be tested locally from android emulator? is that by using the IP as 10.0.2.2?

Was it helpful?

Solution

You cannot consume the service located locally, You may have to setup the DNS in you device or emulator, so that it can resolve the host name.The way is

Settings -> Wireless Control -> Mobile Networks -> Access Point Names

click on the one that is in use, fill in Proxy and Port with your DNS server.

Access local service

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top