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个文件中需要用到的是与服务端同名的接口,以及实现该接口的类

posted on 2018-05-22 20:07  程序员丁先生  阅读(112)  评论(0编辑  收藏  举报