Are you sure you're using wsdl4j.jar that comes with AXIS? I understand
there's another one floating around that's incompatible.
Russell Butek
[EMAIL PROTECTED]
Frank van Lingen <[EMAIL PROTECTED]> on 03/12/2002 07:37:56 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: WSDL2Java problem
I try to generate Java stubs out of an WSDL file, using WSDL2Java from
axis alpha3. I use the example in the user guide:
java org.apache.axis.wsdl.WSDL2Java AddressBook.wsdl
but I keep getting this error:
java.lang.NoSuchMethodError
at com.ibm.swdl.xml.WSDLReaderImpl.parseDefinitions(Unkown
Source)........................
Frank van Lingen