Java工作笔记-接入互联网的免费WebService

这里都是使用wsimport进行解析wsdl文件:

如果遇到解析wsdl问题,那么可以进行这样修改

将:

改为:

原因是这个可对面的服务器可能是用C#进行开发的。

将wsdl下载到本地后,然后修改,在使用:

wsimport -s . 绝对路径或相对路径

主要是这个网站上的webService

http://www.webxml.com.cn/zh_cn/web_services.aspx

相关项目如下:

获取天气:

https://github.com/fengfanchen/Java/tree/master/CallWeather

 

获取IP地址相关信息:

https://github.com/fengfanchen/Java/tree/master/GetIP

 

获取QQ状态:

https://github.com/fengfanchen/Java/tree/master/GetQQ

 

获取手机号相关:

https://github.com/fengfanchen/Java/tree/master/CallPhone

你可能感兴趣的:(webservice,Java,我的Java地带,java,webservice)