使用 wsgen 实用程序生成 Web 服务客户端类

发布于 2024-09-03 02:52:39 字数 341 浏览 3 评论 0原文

我在 Eclipse 的包层次结构中的这个文件夹中实现了一个 Web 服务: src\hw2\agency\server 为了使用 WSGEN 实用程序生成客户端类,我在 cmd 中输入了以下命令:

C:\Users\NOONA\workspace\HW2>wsgen -d . -keep -wsdl -classpath . hw2.agency.server.AgencyServiceServerImpl

但出现以下错误: 未找到类:“hw2.agency.server.AgencyServiceServerImpl” 所以我想知道,我该怎么做才能让它找到班级?

谢谢

I have a web service implemented in this folder in this package hierarchy in eclipse:
src\hw2\agency\server
to generate the client classes using WSGEN utility, I entered the following command in cmd:

C:\Users\NOONA\workspace\HW2>wsgen -d . -keep -wsdl -classpath . hw2.agency.server.AgencyServiceServerImpl

but I get the following error:
Class not found: "hw2.agency.server.AgencyServiceServerImpl"
so I was wondering, what should I do to make it find the class?

thanks

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

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

发布评论

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

评论(1

抱着落日 2024-09-10 02:52:39

我必须将当前目录更改为

C:\Users\NOONA\workspace\HW2\**bin**>

I had to change the current directory to

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