WebService CXF开发服务端和客户端
1、使用CXF开发一个简单的WebService例子,下载apache-cxf-2.6.8.zip地址:
http://cxf.apache.org/download.html
2、简单WebService例子,http://www.cnblogs.com/frankliiu-java/articles/1641949.html
3、生成客户端服务接口类出现继承的错误,解决方法:
http://blog.csdn.net/xiayuzheng/article/details/9109115
4、