|
运行脚本出错,请高手帮忙看看,在线等
web_set_max_html_param_len("1200000000");//设置页面接收最大的字
web_concurrent_start(NULL);
web_custom_request("TdmWebService.asmx_3",
"URL=http://192.168.0.212:3000/WebService/TdmWebService.asmx",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=",
"Snapshot=t34.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><soap:Body><GetProjInfoByProjId xmlns=\"http://tempuri.org/\"><rojectId>DEMrojectNode:25044</ProjectId></GetProjInfoByProjId></soap:Body></soap:Envelope>",
LAST);
web_reg_save_param("filecontent",
"LB=",
"RB=",
"Search=All",
LAST);
web_reg_save_param("file",
"LB/DIG=filename=",
"RB/DIG=TdmFileName"
"Search=Headers",
LAST);
web_custom_request("TdmWebService.asmx_4",
"URL=http://192.168.0.212:3000/WebService/TdmWebService.asmx",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=",
"Snapshot=t35.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><soap:Body><GetFolderInfo xmlns=\"http://tempuri.org/\"><FolderId>dem:folder:836</FolderId></GetFolderInfo></soap:Body></soap:Envelope>",
LAST);
web_url("TdmHttpService.ashx_2",
"URL=http://192.168.0.212:3000/WebService/TdmHttpService.ashx?msid=il3pz1ber5qlow55lqw1ap45",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t36.inf",
"Mode=HTML",
LAST);
web_concurrent_end(NULL); |
|