I am trying to generate a WSDL file Using the following command :
wsgen -wsdl -cp build/classes/java/main/ -d build/classes/java/main/ -r src/main/resources/ org.example.Commands
And I get the following error:
Error: Could not find or load main class com.sun.tools.internal.ws.WsGen
Caused by: java.lang.ClassNotFoundException: com.sun.tools.internal.ws.WsGen
I've tried looking elsewhere and found nothing similar.