| Author |
Java2WSDL error!!
|
S Deshpan
Greenhorn
Joined: Nov 20, 2004
Posts: 1
|
|
Hi all, I am trying to generate the WSDL for a simple webservice. I'm working on Solaris platform with Tomcat 4.1.27, Axis 1.1 and J2SDK1.4.2.. This is the error I get while trying to rum the Java2WSDL command: ------------------------------------------------------------------- Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap/SOAPFault at org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.java:236) at org.apache.axis.wsdl.Java2WSDL.<init>(Java2WSDL.java:228) at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:541) ------------------------------------------------------------------- I have the wsdl4j.jar in my $TOMCAT_HOME/webapps/axis/WEB-INF/lib and I have specified it in the CLASSPATH as well. Any help on this will be greatly appreciated. Thanks, SD [ November 25, 2004: Message edited by: Sarang D ]
|
 |
 |
|
|
subject: Java2WSDL error!!
|
|
|