You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michael Roytman <mi...@ualloyalty.com> on 2002/10/21 21:24:56 UTC

WSDL2Java NoSuchMethodError with Axis1.0

With a new version of Axis 1.0 I am getting this exception when
running WSDL2Java (wsdl file attached).

java org.apache.axis.wsdl.WSDL2Java ualWebServices1.wsdl
   java.lang.NoSuchMethodError
        at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)
        at com.ibm.wsdl.util.xml.QNameUtils.matches(Unknown Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
        at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:370)
        at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:359)
        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:247)
        at java.lang.Thread.run(Unknown Source)

It does work fine with beta3 version though, all stubs get generated.
Any idea why it doesn't work with Axis1.0 is greatly appreciated.
Thanks!

Michael