Delphi操作WebService(两篇,疯狂delphi)

Posted 朝闻道

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi操作WebService(两篇,疯狂delphi)相关的知识,希望对你有一定的参考价值。

procedure KillSelf;
begin
  Sleep(1000);
  if not TerminateProcess(GetCurrentProcessId, 0) then
  WinExec(PChar(\'TaskKill /F /PID \' + inttostr(GetCurrentProcessId)), SW_SHOWMINIMIZED);

end;

 

无论是否有线程在运行都一样杀

http://blog.csdn.net/y281252548/article/details/51596132

以上是关于Delphi操作WebService(两篇,疯狂delphi)的主要内容,如果未能解决你的问题,请参考以下文章

如何有delphi5调用webservice,别人写的webservice?

delphi 数据库 疯狂讲义 001

使用delphi 10.2 开发linux 上的webservice

Delphi 调用WebService 直接发送SOPA报文

Delphi 调用WebService 直接发送SOPA报文

delphi 调用百度地图WEBSERVICE转换GPS坐标 转