We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Help me please. I get this error when i try to generate java classes from wsdl file.
Failed to execute goal org.codehaus.mojo:jaxws-maven-plugin:2.5:wsimport (default) on project jax-ws-test: Invocation of com.sun.tools.ws.wscompile.WsimportTool failed - check output
How can i resolve this problem?
Thank you.
I'm using java 11. This is my project: https://github.com/Sambalinski/jax-ws-test
The text was updated successfully, but these errors were encountered:
Can you try the plugin version 2.6? It contains a few fixes for Java >= 9.
Sorry, something went wrong.
No branches or pull requests
Hello. Help me please.
I get this error when i try to generate java classes from wsdl file.
Failed to execute goal org.codehaus.mojo:jaxws-maven-plugin:2.5:wsimport (default) on project jax-ws-test: Invocation of com.sun.tools.ws.wscompile.WsimportTool failed - check output
How can i resolve this problem?
Thank you.
I'm using java 11.
This is my project:
https://github.com/Sambalinski/jax-ws-test
The text was updated successfully, but these errors were encountered: