Delphi7调用C#\JAVA的webservice注意事项
需要用delphi2007加载WSDL
然后复制到 delphi7里面
InvRegistry.RegisterInvokeOptions(TypeInfo(InpatientRedeemWebServiceImpPort), ioDocument);
这句话要注释调 否则参数传不过来
注意 java的web接口 用delphi7 生成也能调用
需要用delphi2007加载WSDL
然后复制到 delphi7里面
InvRegistry.RegisterInvokeOptions(TypeInfo(InpatientRedeemWebServiceImpPort), ioDocument);
这句话要注释调 否则参数传不过来
注意 java的web接口 用delphi7 生成也能调用
