Question

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

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top