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 Scott McCoy <ta...@cpan.org> on 2006/02/08 03:46:01 UTC

WSDL2Java NullPointerException (?)

With the attached documents, I attempt to use WSDL2Java to build some empty
classes for me, however, I get this error:


java.lang.NullPointerException
        at org.apache.axis.wsdl.symbolTable.SymbolTable.populateServices(
SymbolTable.java:3069)
        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(
SymbolTable.java:745)
        at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java
:543)
        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(
SymbolTable.java:518)
        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(
SymbolTable.java:495)
        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
        at java.lang.Thread.run(Thread.java:595)