I am trying to connect a WCF service hosted at my local IIS express from an Android app. Currently, I am testing this on an Emulator.
Local URL for the service is <
I tried something else which worked , I added the IP address of my system within the IIS Express applicationhost.config file bindings sections.
I am able to call the service now