+ -
当前位置:首页 → 问答吧 → Google Map Api是通过Soap协议调用的吗

Google Map Api是通过Soap协议调用的吗

时间:2011-06-01

来源:互联网

Google Map Api 是谷歌提供的WebService,应该没有错。

http://code.google.com/intl/zh-CN/apis/maps/documentation/webservices/index.html



但是这个Google Map Api是如何调用的呢,好像不是通过Soap协议么。

但是WebService不是基于Soap协议的吗?


盼解答。

作者: Nirvana7   发布时间: 2011-06-01

WebService可以使用SOAP来封装对象,也可以直接使用http来提交请求。
参见:http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?op=getSupportCity

作者: evilant   发布时间: 2011-06-29