webservice
Posted 程序员丁某人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webservice相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章