常用webservice地址(转自cnblog)

常用的webservice地址:

首先介绍几个常用的 WebService地址:
2400 多个城市 5 日天气预报
http://www.webxml.com.cn/WebServices/WeatherWebService.asmx
国内手机号码归属地查询 WEB服务
http://www.webxml.com.cn/WebServices/MobileCodeWS.asmx
国内飞机航班时刻表  WEB 服务
http://www.webxml.com.cn/webservices/DomesticAirline.asmx
股票行情数据  WEB  服务(支持香港、深圳、上海基金、债券和股票;支持多股票同
时查询)
http://www.webxml.com.cn/WebServices/StockInfoWS.asmx
腾讯QQ 在线状态
http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx
Email  电子邮件地址验证
http://www.webxml.com.cn/WebServices/ValidateEmailWebService.asmx
中国电视节目预告(电视节目表)
http://www.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx
火车时刻表
http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx
中文  <->  英文双向翻译
http://www.webxml.com.cn/WebServices/TranslatorWebService.asmx
中国邮政编码
http://www.webxml.com.cn/WebServices/ChinaZipSearchWebService.asmx
IP地址来源搜索
http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx
天气预报 Web 服务, 数据来源于中国气象局(预报数据每 0.5 小时左右自动更新一次) 
http://www.webxml.com.cn/WebServices/WeatherWebService.asmx
 
Flex可以通过 WebService 组件来获取数据。下面开始以一个使用WebService 调取
天气预报信息的例子来说明 Flex与 WebService之间的通信。
天气预报的WebService网址为:
http://www.webxml.com.cn/WebServices/WeatherWebService.asmx

http://www.cnblogs.com/ringwang/archive/2011/06/20/2085061.html

你可能感兴趣的:(常用webservice地址(转自cnblog))