Axis2(战争)+ Tomcat 6:缺少 WSDL2Java?
我正在尝试学习如何使用 Axis2 和 Tomcat 实现 Web 服务,但恐怕我没有掌握一些基础知识。
我正在关注这个教程,但是当我尝试使用 WSDL2Java 时,我注意到我在任何地方都没有该工具。发生这种情况是因为我下载并安装了 Axis2 的 .war(网络存档)版本,对吗?
如何将该工具合并到 Tomcat 内的当前安装中?复制/粘贴就足够了吗?
提前致谢, 哈尔
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如 Gennady Shumakher 所说,该实用程序仅驻留在标准二进制发行版中。
谢谢伙计!
As Gennady Shumakher said, the utility resided in the Standard Binary distro only.
Thanks mate!
如果你已经成功安装了tomcat并且它已经启动并运行,你需要的只是复制/webapps下的axis2.war并重新启动以确认(在某些操作系统上Tomcat有问题)
并直接调用http://localhost:8080/axis2
你应该能够查看 Axis 屏幕...
axis2.war 文件在此 url 中可用
如果您想使用“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
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