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 Bhanu Pabreja <pa...@infigroup.com> on 2003/05/05 22:05:19 UTC

WSDL2Java Error

When I am trying to run the WSDL utility I am getting the following error. I
am wondering what does it mean ...  Kindly help ...

The .wsdl file is trying to make a document style webservice.


Parsing XML file:  firm.wsdl
in0 already exists
in0 already exists
in0 already exists
in1 already exists
java.io.IOException: Element
{http://schemas.xmlsoap.org/wsdl/}fetchFirmReturn is referenced but not
defined.
	at
org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefinedSymbolTable.ja
va:527)
	at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:422)
	at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:408)
	at
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:393)
	at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245)
	at java.lang.Thread.run(Thread.java:512)

Kindly help.


Bhanu Pabreja