Thanks a lot!
At 05:23 PM 2/13/2002 -0800, you wrote:
> Its a typo in the documentation. The class name is really Wsdl2java.
>
>-----Original Message-----
>From: Jinghua Gu
>To: [EMAIL PROTECTED]
>Sent: 2/13/2002 3:27 PM
>Subject: Cannot find WSDL2Java Class
>
>I can get http://localhost:8080/axis/services/MyService?
><http://localhost:8080/axis/services/MyService?wsdl> wsdl
><http://localhost:8080/axis/services/MyService?wsdl> WSDL from web
>browser
>
>but the following command didn't work.
>
>% java org.apache.axis.wsdl.WSDL2Java
>http://localhost:8080/axis/services/MyService?
><http://localhost:8080/axis/services/MyService?wsdl> wsdl
><http://localhost:8080/axis/services/MyService?wsdl>
>
>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