美文网首页
android用http方式调用WebService

android用http方式调用WebService

作者: 隔壁老杨106 | 来源:发表于2017-12-22 11:53 被阅读0次

    WebService本身提供了http调用的方式,不知道为什么网上很多人走了弯路。

    以天气接口为例。

    http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?op=getSupportCity

    打开的界面是这个样子的:

    页面继续往下拉,你会发现有Http的调用方法,get,post 都有。请看下图:

    直接调用就可以了。支持各种三方网络框架。如okttp 等。

    相关文章

      网友评论

          本文标题:android用http方式调用WebService

          本文链接:https://www.haomeiwen.com/subject/yxyfattx.html