RE: Java2wsdl ClassNotFoundException

2002-09-20 Thread Martin Gainty
__   >From: "Hall, Darryn" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: Java2wsdl ClassNotFoundException >Date: Fri, 20 Sep 2002 13:37:39 -0700 >MIME-Version: 1.0 >Received: from apache.or

RE: Java2wsdl ClassNotFoundException

2002-09-20 Thread Hall, Darryn
Martin --   At first glance, I noticed that you should use the following package notice to specify the Java2WSDL class.   org.apache.axis.wsdl.Java2WSDL   instead of   org/apace/axis/wsdl/Java2WSDL   which you use below.   Thanks.   dh -Original Message-From: Martin Gainty [m

Re: Java2wsdl ClassNotFoundException

2002-09-20 Thread Scott Nichol
I would think that the class would need to be in the classpath, rather than specifying the file name. Scott Nichol - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 3:29 PM Subject: Java2wsdl ClassNotFoundException >