作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不是 Web 服务的忠实粉丝,但有时您必须符合客户端界面。我已经从提供的 WSDL 成功生成了代码,但是当我尝试运行实际使用生成的类的应用程序时,我得到以下信息:
java.lang.ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender
<dependencies>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
最佳答案
添加以下依赖项可能应该可以解决这个问题。
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-transport-local</artifactId>
<version>1.6.2</version>
</dependency>
关于java - 使用 Web 服务时未找到 LocalTransportSender,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8245533/
我不是 Web 服务的忠实粉丝,但有时您必须符合客户端界面。我已经从提供的 WSDL 成功生成了代码,但是当我尝试运行实际使用生成的类的应用程序时,我得到以下信息: java.lang.ClassNo
我是一名优秀的程序员,十分优秀!