51Testing软件测试论坛
标题:
xml页面请求,脚本该如何实现,急!
[打印本页]
作者:
ysh0033
时间:
2010-7-2 14:04
标题:
xml页面请求,脚本该如何实现,急!
客户端向服务器提交请求时, 为一个xml页面。
<?xml version="1.0" encoding="utf-8"?>
<RRSRequest>
<TransationId>25</TransationId>
<SecurityId>c21f5</SecurityId>
</RRSRequest>
脚本中该如何实现?
作者:
skyzhu
时间:
2010-7-2 14:25
web_custom_request("名字随便取",
"Method=POST",
"URL=提交目标地址",
"Body=<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n"
"<RRSRequest>\r\n"
" <TransationId>25</TransationId>\r\n"
"<SecurityId>c21f5</SecurityId>\r\n"
"</RRSRequest>"
LAST);
作者:
ysh0033
时间:
2010-7-2 15:03
非常感谢。。
作者:
msnshow
时间:
2010-7-2 21:18
这个是把XML文件当做内容提交吧
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2