android用http方式调用WebService

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

以天气接口为例。

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

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


android用http方式调用WebService_第1张图片

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


android用http方式调用WebService_第2张图片

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

你可能感兴趣的:(android用http方式调用WebService)