51Testing软件测试论坛
标题:
web_reg_save_param 无法获取server response内容
[打印本页]
作者:
sgfluolei
时间:
2011-5-16 16:50
标题:
web_reg_save_param 无法获取server response内容
附上脚本:
Action()
{
int myfile;
web_reg_save_param("xml",
"LB=<vncport>",
"RB=</vncport>",
"Ord=all",
LAST);
soap_request("StepName=SOAP Request",
"URL=http://10.10.3.2/dp/cam/hb",
"SOAPEnvelope="
"<req ver=\"1.0\" version=\"2.0.0.0.114262\" devid= \"501\">"
"<parent>1</parent>"
"<seqid>0<seqid>"
"<time>2011-05-03 11:33:00</time>"
"</req>", "SOAPAction=Action", "ResponseParam=response", "Snapshot=t1304390001.inf",
LAST);
lr_output_message(lr_eval_string("{xml}"));
myfile = fopen( "C:\\temp\\a.txt","a" );
fprintf( myfile,"%s\n",lr_eval_string("{xml}"));
return 0;
}
执行结果日志:
[attach]73083[/attach]
不知道为什么会有这句话"SOAP request response content is not XML",不知道是否跟无法读取有关系?
但是在Tree视图里,可以看到server response的内容是XML结构的:
[attach]73083[/attach]
作者:
sgfluolei
时间:
2011-5-16 16:52
第一次发求助帖,竟然把两张图贴反了。
第一张图应该是在第二张图的位置。呵呵
作者:
sgfluolei
时间:
2011-5-16 16:53
快点有人来帮助解答一下吧!
困扰很久的问题了!
作者:
NeilTesting
时间:
2011-5-16 22:59
Mark
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2