I have a webservice in c# ,I want to access it via my android device through adhoc , I am able to get it in emulator using 10.0.2.2; but can't see on android device, Kindly suggest me any method to access that.
This is online webservice on w3school i am able to access it via my android device
private final String NAMESPACE = "http://ift.tt/19UVeq5";
private final String URL = "http://ift.tt/16d0ByF";
private final String SOAP_ACTION = "http://ift.tt/19UVc1e";
private final String METHOD_NAME = "CelsiusToFahrenheit";
This is url of my local webservice http://localhost:63693/Notif.asmx unable to access via android phone , though in emultor it is working http://ift.tt/1IV4UFJ
Aucun commentaire:
Enregistrer un commentaire