天天看点

Delphi 调用Java WebService 传入参数为空

把引入WSDL生成的pas文件末尾,红色字体注释掉即可。

initialization

  InvRegistry.RegisterInterface(TypeInfo(******Service), 'http://service.******.cn/', 'UTF-8');

  InvRegistry.RegisterDefaultSOAPAction(TypeInfo(******Service), '');

  //InvRegistry.RegisterInvokeOptions(TypeInfo(******Service), ioDocument);

end.