天天看點

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.