Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ライブ URL の Web サービスの応答を取得していますが、ローカル PC の URL、つまり localhost を使用している場合、機能しなくなります。
IP-Addressの代わりに使用する必要がありlocalhostます。何かのようなもの:
IP-Address
localhost
http://10.0.2.2:8080/site/uri
詳細については、この記事をお読みください。
ローカル サーバーで Web サービスを公開してから、アプリで使用している URL を変更する必要があります。たとえば、Web サービスが asmx にある場合は、IIS で公開する必要がありますが、php Web サービスは WAMP などで公開する必要があります。