posted 15 years ago
I am using Axis 1.4 (NOT using Axis2) for Java2WSDL. It is a web project where the source file is in src folder and the generated .class is under WEB-INF/classes. However, for the sake of creating a WSDL, I copied .class file to the src folder.
Following is my user-variable
I set the class path as:
Next, I run Java2WSDL as:
What am I missing?