先用soupUI调试 fiddler抓包
然后再写:
web_custom_request("createSoapOrder",
"URL=http://{hosts}:****/****/webService/eifWebService",
"Method=post",
"TargetFrame=",
"Resource=1",
"Referer=",
"Mode=HTML",
"EncType=text/xml;charset=UTF-8",
"Body=<soapenv:Envelope xmlns:soapenv=\"http://schemas.****.org/soap/envelope/\" xmlns:web=\"http://****.***.supcom.th.com/\">"
"<soapenv:Header/>"
"<soapenv:Body>"
"<web:acceptMessage>"
"<!--Optional:-->"
"<arg0> <![CDATA["
"<Request>"
"*****"
"*****"
"*****"
"</Request>"
"]]></arg0>"
"</web:acceptMessage>"
"</soapenv:Body>"
"</soapenv:Envelope>",
LAST);
标签:webservice,eifWebService,loadrunner,text,接口,webService From: https://www.cnblogs.com/wx921308494/p/16734848.html