|
虚拟用户脚本已启动
正在开始操作 vuser_init。
vuser_init.c(4): Web service call "example_101" started
vuser_init.c(4): Using working copy of the WSDL file "C:/Documents and Settings/Administrator/桌面/LoadRunnerTest.xml"
vuser_init.c(4): Using client emulation General
vuser_init.c(4): Removed Web headers not matching the emulated client
vuser_init.c(4): 错误: C interpreter run time error: vuser_init.c (4): Error -- memory violation : Exception ACCESS_VIOLATION received.
vuser_init.c(4): 通知: CCI 跟踪: vuser_init.c(4): web_service_call(0x0157025f "StepName=example_101", 0x01570226 "SOAPMethod=LoadRunnerTest.LoadRunnerTest...", 0x0157020f "ResponseParam=response", 0x015701ca "WSDL=C:/Documents and Settings/Administr...", 0x015701bc "UseWSDLCopy=1", 0x015701a3.
vuser_init.c(4): 通知: CCI 跟踪: "Snapshot=t1339116035.inf", 0x01570193 "BEGIN_ARGUMENTS", 0x01570184 "in0={NewParam}", 0x01570176 "END_ARGUMENTS", 0x01570169 "BEGIN_RESULT", 0x0157015e "END_RESULT", 0x01570159 "LAST")
.
vuser_init.c(4): 通知: CCI 跟踪: Compiled_code(0): vuser_init()
附带脚本:
vuser_init()
{
web_service_call( "StepName=example_101",
"SOAPMethod=LoadRunnerTest.LoadRunnerTestPortType.example",
"ResponseParam=response",
"WSDL=C:/Documents and Settings/Administrator/桌面/LoadRunnerTest.xml",
"UseWSDLCopy=1",
"Snapshot=t1339116035.inf",
BEGIN_ARGUMENTS,
"in0={NewParam}",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
lr_think_time(3);
return 0;
}
Action()
{
return 0;
}
vuser_end()
{
return 0;
}
#include "lrun.h"
#include "as_web.h"
#include "lrw_custom_body.h"
#define BEGIN_ARGUMENTS "BEGIN_ARGUMENTS"
#define END_ARGUMENTS "END_ARGUMENTS"
#define BEGIN_RESULT "BEGIN_RESULT"
#define END_RESULT "END_RESULT" |
|