WSDL erro de parser por tag incompatível

Te tentando gerar o client de um WebService externo feito em Delphi, mas gera um erro de parser pela incompatibilidade da tag message.

IWAB0399E Error in generating Java from WSDL:  WSDLException (at 

/definitions/binding/operation[1]/input): faultCode=INVALID_WSDL: Element 

'{http://schemas.xmlsoap.org/wsdl/}input' contained unexpected attributes: 'message': 
    WSDLException (at /definitions/binding/operation[1]/input): faultCode=INVALID_WSDL: 

Element '{http://schemas.xmlsoap.org/wsdl/}input' contained unexpected attributes: 

'message':
    at com.ibm.wsdl.util.xml.DOMUtils.throwWSDLException(Unknown Source)
    at com.ibm.wsdl.xml.WSDLReaderImpl.parseBindingInput(Unknown Source)
    at com.ibm.wsdl.xml.WSDLReaderImpl.parseBindingOperation(Unknown Source)
    at com.ibm.wsdl.xml.WSDLReaderImpl.parseBinding(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:516)
    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(Unknown Source)

Alguem sabe como resolver isso ?