开发者

using wsgen utility for generating webservice client classes

开发者 https://www.devze.com 2023-01-01 13:08 出处:网络
I have a web service implemented in this folder in this package hierarchy in eclipse: src\\hw2\\agency\\server

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开发者_JAVA百科


I had to change the current directory to

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号