DELPHI7怎么做webserver
首先,.新建other,选择webservice,SOAPServerApplication
然后,在Intf里面写接口函数 XXX
然后,然后通过生成文件里的方法来发送消息给服务方,从而获取数据
然后,用http post soap方式:
ttp.AllowCookies := True;
Http.HTTPOptions := [hoKeepOrigProtocol];
Http.ProtocolVersion := pv1_1;
Http.Request.Accept := '*/*';
Http.Request.ContentType := 'text/xml; charset=utf-8';
Http.Request.ContentLength := 689; //-1;
Params.Text := '' +