免费WebServices——3

来源:互联网 发布:spring实战第四版源码 编辑:程序博客网 时间:2024/05/01 04:16
 

MP3在线搜索服务

地址:http://www.wopos.com/webservice/song.asmx

介绍:

使用: getMusicList()方法搜索MP3/WMA等音乐文件

多功能条形码生成器(免费)

地址:http://www.wopos.com/webservice/barCode.asmx

介绍:

使用: getbarCodeImg(...)直接输出条码图片,或使用getbarCode(...)得到条码图片字节数组 getCode39(...)产生Code39条码

英语转换成盲文图片(免费)

地址:http://www.wopos.com/webservice/Braille.asmx

介绍:

使用: getBrailleImg(sText,iFontsize)直接输出图片(800*600),或使用getBraille(sText,iFontsize)得到图片字节数组

汇率转换服务(免费)

地址:http://www.wopos.com/webservice/ExchangeRate.asmx

介绍:

使用 ExchangeA或ExchangeB(FromCurrency,CurNum,ToCurrency)方法:FromCurrency、ToCurrency均为货币简称(如 CNY,USD,EUR等),CurNum为原始数量.

天气预报

地址:http://www.wopos.com/webservice/weather.asmx

介绍:

使用 getWeather(city)方法:city-直接输入全国大中小城市及国外中城市中文名

内嵌式天气预报网页

地址:http://www.wopos.com/MainSet/WeatherSet.aspx?city=北京

介绍:

把以上网页地址放到网页中的标签内即可;可以改变城市参数值。 手机归属地

地址:http://www.wopos.com/webservice/Mobile.asmx

介绍:

使用 getMobileArea(mobileCode) mobileCode-手机号码或前7位

身份证地区查询(免费)

地址:http://www.wopos.com/webservice/idcard.asmx

介绍:

输入身份证号码前6位,得到身份证颁发所在地区. 股票走势图(免费)

地址:http://www.wopos.com/webservice/Stock.asmx

介绍:

使用 getStockChart(StockCode) StockCode-股票代码,返回值为图片的HTTP地址. IP地址查询

地址:http://www.wopos.com/webservice/ips.asmx

介绍:

使用 getIParea(ip)方法返回IP所在地,使用AddIPRange(startIP,EndIP,AreaInfo)增加新的IP地址信息,使用 IpToInt 和 IntToIp可对IP地址从字符串到整型的互相转换.

在网页中直接显示来访问者IP地址及所在地的代码:

<script src="http://www.wopos.com/prg/showip.aspx"></script>

把以上代码放到BODY中合适的位置即可. 成语典故(免费)

地址:http://www.wopos.com/webservice/chengyu.asmx

介绍:

使用 ChengYuDianGu(chengyu)方法,参数为成语或成语的拼音缩写。如返回多个成语以*_*分隔

生成验证码图像(免费)

地址:http://www.wopos.com/webservice/vimg.asmx

介绍:

使用 GetVerifyImg(str4,Lenght,Width,Style)生成一张字符图像,用于注册、发贴等场合做图像验证。后面三个参数为保留参数,暂时无效,用于以后扩充。 目前的很简单,仅供测试。 RSS种子生成(免费)

地址:http://www.wopos.com/webservice/Rss.asmx

介绍:

使用 OutPutRss()方法:Rss Item数据项以DataTable 方式提供。数据项数不能超过100

调用后直接输出RSS2.0 XML。

摘自:http://www.wopos.com/webservice/webservice.htm

原创粉丝点击