Re: Axis2- Java2Wsdl- ClassnotFoundException

2008-08-07 Thread SanjeevGour
;> >> I have set the AXIS2_HOME env variable and classpath contains entry for >> my >> rt.jar. >> >> Can somebody please guide me on this? >> >> Thank you, >> Sanjeev Gour. >> > > > -----

Re: Axis2- Java2Wsdl- ClassnotFoundException

2008-08-06 Thread Moez Benmbarka
Hi, I think you just need to add E:\Axis2c\bin to the CLASSPATH variable or use the fllowing command : java2wsdl.bat -cp E:\Axis2c\bin -cn pkg.Test Regards Moez BM SanjeevGour wrote: Hi, I am trying to generate WSDL using the java2wsdl.bat using the following command- java2wsdl.bat -cn

Axis2- Java2Wsdl- ClassnotFoundException

2008-08-06 Thread SanjeevGour
context: http://www.nabble.com/Axis2--Java2Wsdl--ClassnotFoundException-tp18848964p18848964.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java2wsdl ClassNotFoundException

2008-03-28 Thread Andre Coelho
I'm trying to create a wsdl based on a java class that i have. I'm using axis eclipse plugin. But, when I try to load my class, I get a ClassNotFoundException I'm sure that my Class Name is correct ( org.tecgraf.liquigas.webservice.TripSearch) but i still can't get it to work I tried to put some