RE: Axis installation - WSDL2Java

2005-01-11 Thread Marika Ludmann
Ooops, Thank you, Sorry about this everyone Marika -Original Message- From: Papadakis, Elliot [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 16:06 To: '[EMAIL PROTECTED]' Subject: RE: Axis installation - WSDL2Java It looks like the path to commons-discovery.jar is wron

RE: Axis installation - WSDL2Java

2005-01-11 Thread Papadakis, Elliot
ubject: RE: Axis installation - WSDL2Java Here is the axis bit of my classpath .;C:\axis-1_1\lib\axis.jar;C:\axis-1_1\lib\jaxrpc.jar;C:\axis-1_1\lib\saaj.j ar;C:\axis-1_1\lib\commons-logging.jar;C:\axis-1_1\commons-discovery.jar;C:\ axis-1_1\lib\wsdl4j.jar;C:\axis-1_1\; -Original Message- F

RE: Axis installation - WSDL2Java

2005-01-11 Thread Marika Ludmann
PROTECTED] Sent: 11 January 2005 15:30 To: [EMAIL PROTECTED] Subject: RE: Axis installation - WSDL2Java Not to be contrary, but clearly, you do not have them all on the classpath if you are getting this error. :-) Larry >>> [EMAIL PROTECTED] 01/11/05 7:45 AM >>> Thank you all, I am

RE: Axis installation - WSDL2Java

2005-01-11 Thread Larry Meadors
Not to be contrary, but clearly, you do not have them all on the classpath if you are getting this error. :-) Larry >>> [EMAIL PROTECTED] 01/11/05 7:45 AM >>> Thank you all, I am using JBOSS and I do have all of the jars in the class path Exception in thread "main" java.lang.NoClassDefFoundErro

RE: Axis installation - WSDL2Java

2005-01-11 Thread Marika Ludmann
Thank you all, I am using JBOSS and I do have all of the jars in the class path   Marika   From: sunil [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 11:39 To: [EMAIL PROTECTED] Subject: Re: Axis installation - WSDL2Java   Hi,  You need to include the following

Re: Axis installation - WSDL2Java

2005-01-11 Thread sunil
-api.jar;.;   I hope that works. - Original Message - From: Marika Ludmann To: [EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 4:57 PM Subject: Axis installation - WSDL2Java I am new to Axis and Web services development. I have however done web development

Re: Axis installation - WSDL2Java

2005-01-11 Thread Larry Meadors
Better yet- look at the WSDL2Java batch file, it has all the dependencies in it. >>> [EMAIL PROTECTED] 01/11/05 6:05 AM >>> Marika Ludmann wrote: > *I am new to Axis and Web services development. I have however done > web development (JSP, Servlets). I also done some web service > development i

Re: Axis installation - WSDL2Java

2005-01-11 Thread karim
Marika Ludmann wrote: *I am new to Axis and Web services development. I have however done web development (JSP, Servlets). I also done some web service development in .NET.* * * * * *I need to create a web service and client and service using Java and I am trying to (need to) use Axis.* *I am

Axis installation - WSDL2Java

2005-01-11 Thread Marika Ludmann
I am new to Axis and Web services development. I have however done web development (JSP, Servlets). I also done some web service development in .NET.     I need to create a web service and client and service using Java and I am trying to (need to) use Axis. I am also using JBOSS to depl