Buenas,
Tô tentando consumir um Webservice externo, gerado em Delphi, porém creio que o Axis e XFire não reconhecem determinada tag.
Segue abaixo o erro retornado:
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':
Sim, eu notei que a tag ‘message’ não é reconhecida, porém na especificação do WSDL, diz que <input message> é correto:
http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#SOAPHTTP
Se eu trocar ‘message’ por ‘name’ ele consegue gerar os clientes (Tanto com Axis ou XFire, mas não executa nenhuma operação.