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

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 in .NET.*

Re: Axis installation - WSDL2Java

2005-01-11 Thread sunil
Hi, You need to include the following .jar files in your classpath. I am using Axis 1.1. running under Tomcat 5.0.27. think you should download tomcat 5.0.x and use the jars provided by tomcat in the bin directory. My classpath has the following jar files. C:\axis\axis-1_1\lib\axis.jar;

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 .jar

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.NoClassDefFoundError:

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 using JBOSS and I do

RE: Axis installation - WSDL2Java

2005-01-11 Thread Papadakis, Elliot
Meadors [mailto:[EMAIL 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

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 wrong (you