Reputation: 1804
I'm trying to generate wsdl from java class in Intellij IDEA.
But i get the following error:
Error: Could not find or load main class org.apache.axis.wsdl.Java2WSDL
Could anyone help me solve this issue please?
Upvotes: 7
Views: 8769
Reputation: 5547
Your Axis jars should be in classpath. Could you please check that. If this is a maven project, add a maven dependency else, add the jar location in your classpath.
Upvotes: 8