Re: Cannot find WSDL2Java Class

2002-02-14 Thread Russell Butek
ECTED] 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

Re: Cannot find WSDL2Java Class

2002-02-13 Thread Lakshmi Prasad
14, 2002 4:57 AM Subject: Cannot find WSDL2Java Class I can get http://localhost:8080/axis/services/MyServicewsdl WSDL from web browserbut the following command didn't work.% java org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/services/MyServicewsdlAny idea on where to run t

Re: Cannot find WSDL2Java Class

2002-02-13 Thread Lakshmi 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 browserbut the following command didn't work.%

RE: Cannot find WSDL2Java Class

2002-02-13 Thread Jinghua Gu
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 ca

Cannot find WSDL2Java Class

2002-02-13 Thread Jinghua Gu
I can get 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?wsdl Any idea on where to run this command? It always complains that the java.lang.NoClas