gpt4 book ai didi

java - 生成 axis2 webservice 客户端 jar

转载 作者:行者123 更新时间:2023-11-30 04:50:46 27 4
gpt4 key购买 nike

我已经在名为“client:”的 eclipse 项目中生成了 axis 2 webservice 客户端。我的 webservice 客户端工作正常。现在我正在做的是将这个项目导出为 client.jar (使用导出为 jar Eclipse 的功能)

然后我将 client.jar 包含在测试项目的类路径中。因此,在 Test.java 中,当我尝试使用以下代码时,我收到编译时错误。

 MyStub stub = new MyStub();

错误是:

The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files

我想做的是将我的 client.jar 分发给任何可以使用它的人。

最佳答案

您的类路径中需要有 Axis2 JAR。编辑您的 JAR list 或将此 JAR 文件包含到测试项目依赖项中。

关于java - 生成 axis2 webservice 客户端 jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9871066/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com