3.4开发CGI类型的Web Serviceunit MyFirstWSIntf;interfaceuses
  Types, XSBuiltIns;type
  IMyfirstWS = interface(IInvokable)
     ['{2E192180-2240-4CB1-AD1F-C9265C53D799}']  //从哪里获取
     function GetWSMsg : string; stdcall;
  end;implementationuses
  InvokeRegistry;initialization
  InvRegistry.RegisterInterface(TypeInfo(IMyFirstWS),'','');
  
end.我的QQ:2784303相互交流,共同进步~~先谢过~~