https://www.cnblogs.com/yxjdragon/p/6030740.html
注意事项:
1、客户端添加axis jar包
<dependency> ???????????????<groupId>axis</groupId> ???????????????<artifactId>axis</artifactId> ???????????????<version>1.4</version> ???????????</dependency>
2、客户端生成的5个文件中需要用到的是与服务端同名的接口,以及实现该接口的类
webservice
原文地址:https://www.cnblogs.com/xiufengd/p/9073803.html