Axis 1.4

Pessoal,

estou tentando gerar as classes server side usando axis 1.4 e está dando esse erro, alguem consegue me ajudar?

java.io.IOException: Type {http://sql.java}Connection is referenced but not defi ned. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(Symbol Table.java:665) at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:545 ) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav a:518) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav a:495) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) at java.lang.Thread.run(Thread.java:595)

Esse eh o comando usado para geração dessas classes

java org.apache.axis.wsdl.WSDL2Java -o ./src -s -S true -Nurn:StatusServicoCT=br.com.wgg.webservices.statusservico ./src/br/com/wgg/webservices/StatusServico/StatusServico.wsdl 

Sendo que o arquivo wsdl já foi gerado e está no diretorio:

src\br\com\wgg\webservices\StatusServico

valeu