You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/06 15:25:49 UTC

DO NOT REPLY [Bug 12362] New: - re: WSDL2Java fails as XMLSchema is undefined

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12362>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12362

re: WSDL2Java fails as XMLSchema is undefined

           Summary: re: WSDL2Java fails as XMLSchema is undefined
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: james@usf.edu


I get the following error, and so am unable to build new client and server
stubs.

java -cp .. org.apache.axis.wsdl.WSDL2Java -o .. -d Request -S false -s
-Nurn:AxisLMSServer edu.usf.acomp.axis axislmsserver.wsdl
java.io.IOException: Type {http://www.w3.org/2001/XMLSchema} is referenced but
not defined.
        at
org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:485)
        at
org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:385)
        at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:372)
        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(Thread.java:539)