This tool used to be called Wsdl2java. On Dec 11, it became WSDL2Java. So it depends on the version of AXIS you're using which name to use.
Russell Butek [EMAIL PROTECTED] "Lakshmi Prasad" <[EMAIL PROTECTED]> on 02/13/2002 10:48:16 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Re: Cannot find WSDL2Java Class Hi Emily, You are passing the wrong class file name.i.e.you are using more capital letters in the file name .Try with the following command that is working fine withme. % java org.apache.axis.wsdl.Wsdl2java http://localhost:8080/axis/services/MyServicewsdl Regards Prasad ----- Original Message ----- From: Jinghua Gu To: [EMAIL PROTECTED] Sent: Thursday, February 14, 2002 4:57 AM Subject: Cannot find WSDL2Java Class I can get http://localhost:8080/axis/services/MyServicewsdl WSDL from web browser but the following command didn't work. % java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/services/MyServicewsdl Any idea on where to run this command? It always complains that the java.lang.NoClassDefFoundError: org/apache/axis/wsdl/WSDL2Java. It cannot find the class. I cannot neither. Thanks, Emily