Connection refused when calling SOAP Webservice using Android

后端 未结 3 1118
星月不相逢
星月不相逢 2020-12-11 12:17

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

3条回答
  •  天涯浪人
    2020-12-11 12:43

    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.

提交回复
热议问题