RE: Error when running WSDL2Ws

2005-08-08 Thread Bish, Tim
LASSPATH%" org.apache.axis.wsdl.wsdl2ws.WSDL2 I've moved things around and still no luck. Timothy A. Bish -Original Message- From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 12:36 AM To: Apache AXIS C User List Subject: RE: Error wh

Re: Error when running WSDL2Ws

2005-08-08 Thread George Sebastian
Hi Tim, Just try to set the classpath at the command console itself to the jars. Ensure it is set by echoing it on the console.(Do all these with a well structured wsdl) If you have eclipse(http://eclipse.org) installed then there is simple way to do this. Create a new java project and then right

RE: Error when running WSDL2Ws

2005-08-07 Thread Dushshantha Chandradasa
e classesd from the tool) Regards, Dushshantha -Original Message- From: Bish, Tim [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 5:14 PM To: 'Apache AXIS C User List' Subject: RE: Error when running WSDL2Ws This is my classpath, all the JARs specified are there. CLA

RE: Error when running WSDL2Ws

2005-08-05 Thread Bish, Tim
Timothy A. Bish [EMAIL PROTECTED] -Original Message- From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:59 PM To: Apache AXIS C User List Subject: RE: Error when running WSDL2Ws Did you set the classpath properly?? Please check whether you have set

RE: Error when running WSDL2Ws

2005-08-04 Thread Dushshantha Chandradasa
Did you set the classpath properly?? Please check whether you have set following jars in your classpath?? axis.jar wsdl4j.jar commons-discovery.jar commons-logging.jar log4j-1.2.8.jar jaxrpc.jar saaj.jar You should set the classpath in following manner. Note that each of the files above sh