|
web页面含有ajax技术,用loadrunner生成的脚本无法读懂,该怎样解决,是否是web页面加密处理了,还是使用ajax技术造成的呢,例如
%3Cmethod%20name%3D%22mtm.archive.OutdoorReason%22%3E%3Cparameter
现在急于解决
web_custom_request("GridService_3",
"URL=http://192.168.0.201:8080/MTMWebServices/services/GridService",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=http://192.168.0.201:8080/MTMWeb/faces/WorkFlow/WF_Begin_Work.jsp",
"Snapshot=t10.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"><soap:Body><getModelXml xmlns=\"http://webservice.presentation.mtm\"><CommandXmlString>%3Cmethod%20name%3D%22mtm.archive.OutdoorReason%22%3E%3Cparameter%20name%3D%22modelName%22%20type%3D%22string%22%3Emtm.archive.OutdoorReason%3C%2Fparameter%3E%3Cparameter%20name%3D%22hqlCondition%22%20type%3D%22string%22%3E%3C%2Fparameter%3E%3C%2Fmethod%3E%0D%0A</CommandXmlString></getModelXml></soap:Body></soap:Envelope>",
LAST); |
|