Axis2(战争)+ Tomcat 6:缺少 WSDL2Java?

发布于 2024-08-02 08:26:46 字数 283 浏览 4 评论 0 原文

我正在尝试学习如何使用 Axis2 和 Tomcat 实现 Web 服务,但恐怕我没有掌握一些基础知识。

我正在关注这个教程,但是当我尝试使用 WSDL2Java 时,我注意到我在任何地方都没有该工具。发生这种情况是因为我下载并安装了 Axis2 的 .war(网络存档)版本,对吗?

如何将该工具合并到 Tomcat 内的当前安装中?复制/粘贴就足够了吗?

提前致谢, 哈尔

I am trying to learn how to implement Web Services using Axis2 and Tomcat, but i'm afraid that i'm not grasping some of the basics.

I was following this tutorial but when i attempted to use WSDL2Java i noticed that i do not have the tool anywhere. This happens due to the fact that i downloaded and installed the .war (web archive) version of Axis2, right?

How can i incorporate the tool on the current installation inside Tomcat? Will a copy/paste suffice?

Thanks in advance,
Hal

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

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

发布评论

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

评论(2

驱逐舰岛风号 2024-08-09 08:26:46

正如 Gennady Shumakher 所说,该实用程序仅驻留在标准二进制发行版中。
谢谢伙计!

As Gennady Shumakher said, the utility resided in the Standard Binary distro only.
Thanks mate!

森罗 2024-08-09 08:26:46

如果你已经成功安装了tomcat并且它已经启动并运行,你需要的只是复制/webapps下的axis2.war并重新启动以确认(在某些操作系统上Tomcat有问题)

并直接调用http://localhost:8080/axis2

你应该能够查看 Axis 屏幕...

axis2.war 文件在此 url 中可用

http ://www.carfab.com/apachesoftware//axis/axis2/java/core/1.6.0/axis2-1.6.0-war.zip

如果您想使用“WSDL2Java”,请下载此

http://www.carfab。 com/apachesoftware//axis/axis2/java/core/1.6.0/axis2-1.6.0-bin.zip

并在任何文件夹“c:/temp/axis2 中展开 te zip 后设置类路径 /path “

您将在 bin 文件夹中找到 wsdl2

...
卡蒂克

If u have sucessfully installed tomcat and if it is up and running all u need is copy the axis2.war under /webapps and restart for confirmation (on some Os Tomcat has problems )

and directly call http://localhost:8080/axis2

u should b e able to view the Axis screen ...

the axis2.war file is avaliable in this url

http://www.carfab.com/apachesoftware//axis/axis2/java/core/1.6.0/axis2-1.6.0-war.zip

and if u want to use "WSDL2Java" then download this

http://www.carfab.com/apachesoftware//axis/axis2/java/core/1.6.0/axis2-1.6.0-bin.zip

and set the classpath /path after exploding te zip in any folder "c:/temp/axis2"

u will find wsdl2... in the bin folder

with regards
karthik

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