This is the setup of my java project
I'm trying to run wsgen through cmd:
wsgen -keep -cp . com.library.webservice.HelloWorldImplementation
But I'm getting the error
Class not found: "com.library.webservice.HelloWorldImplementation"
Also, the command is running from C:\ ... \WebServices Test\src
Any idea what I'm doing wrong?