loadrunner Webservice 读取返回值
web_service_call( "StepName=getSupportCityString_101",
"SOAPMethod=WeatherWS|WeatherWSSoap|getSupportCityString",
"ResponseParam=response", //默认的
"Service=WeatherWS",
"ExpectedResponse=SoapResult",
"Snapshot=t1356588642.inf",
BEGIN_ARGUMENTS,
"theRegionCode=上海",
END_ARGUMENTS,
BEGIN_RESULT,
"getSupportCityStringResult/*[1]=result",
END_RESULT,
LAST);
lr_output_message("============================%s",lr_eval_string("{response}"));
lr_eval_string("{response}") 将action中的参数转换为字符串...
持续学习、持续收获才能带来持续的满足和快乐!
浙公网安备 33010602011771号