使用 wsgen 实用程序生成 Web 服务客户端类
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须将当前目录更改为
I had to change the current directory to