I developed a webservice in .net and I\'m trying to call it in Android. To call the webservice I\'m using ksoap2.
The WDSL\'s URL is: http://localhost/Cidadaos_Cidad
i dont know much about android development but localhost is a loopback adress to your android device. you need to replace localhost with the name or ip-address of the server that is running your webservice.