无法从 Web 应用程序调用 Axis Web 服务

发布于 2024-09-01 00:47:06 字数 221 浏览 2 评论 0原文

我有一个简单的 axis 1.4 Web 服务,我成功部署了它,并且可以从 Java 类的 main 方法调用它。

这工作正常,但是当我尝试从 Web 应用程序调用它时,它会抛出一个异常,提示类“ws/impl/AwardWebServiceSoapBindingStub”的“未找到类”。

我尝试调试它但找不到任何东西。

有什么帮助吗?提前致谢。

问候, 贾尼。

I have a simple axis 1.4 web service which I deployed successfully and can invoke it from main method of a Java class.

This works fine but when I try to invoke it from a web application it throws an exception saying 'Class not found' for the class 'ws/impl/AwardWebServiceSoapBindingStub'.

I tried to debug it but could not find anything.

Any help? Thanks in advance.

Regards,
Jani.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

睫毛溺水了 2024-09-08 00:47:06

我解决了。

这是由于 Maven 在构建时下载了不同版本的 axis。

我将其从依赖项中排除。

谢谢你,
贾尼。

I resolved it.

It was due to a different version of axis being downloaded by Maven while building.

I excluded it from dependencies.

Thank you,
Jani.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文