eclipse搭建web service

Apache Axis2是下一代 Apache Axis,是Axis的后续版本,是新一代的SOAP引擎。
官方网站:http://axis.apache.org/axis2/java/core/index.html

发布和生成客户端代码可以使用Axis的Eclipse插件:
Service Archive Wizard - Eclipse Plug-in(用来将服务代码打包成后缀名为.aar文件的插件)
Code Generator Wizard - Eclipse Plug-in(用来将服务代码生成wsdl文件以及解析将wsdl文件生成客户端代码的插件)

搭建参照文档:
http://blog.csdn.net/xiaochunyong/article/details/7764683
http://blog.csdn.net/xiaochunyong/article/details/7764906

猜你喜欢

转载自xushans.iteye.com/blog/2218801