java xfire的webservice调用delphi7的webservice问题
java用的xfire写的
axis版本:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.5.3
Created-By: 1.4.2_05-b04 (Sun Microsystems Inc.)
在调用delphi7(2005)写的webservice的时候出现以下错误:
WSDLException (at /definitions/binding/operation[1]/input): faultCode=INVALID_WSDL: Element '{http://schemas.xmlsoap.org/wsdl/}input' contained unexpected attributes: 'message':
因为在网上查了很多信息都没有找到一个很明确的解决思路,再解决之后来和大家分享下,希望能对大家有帮助
解决方法其实挺简单的,就是把delphi升级到2007在编译运行一次问题就消失了
不知道是否还有其它原因引起的,希望大家积极提供和探讨解决办法,谢谢