|
如题。我刚接触Loadrunner 不会用。测试web services不通过。
代码如下:
vuser_init()
{
web_service_call( "StepName=sendCheckFile_101",
"SOAPMethod=BatchCheckService.BatchCheck.sendCheckFile",
"ResponseParam=response",
"WSDL=http://localhost:7001/usercheck/services/DataCheck?wsdl",
"UseWSDLCopy=1",
"Snapshot=t1192006252.inf",
BEGIN_ARGUMENTS,
"dataHandler=",
"userName=develop",
"passWord=1234",
"ip=127.0.0.1",
"userIdentifyCode=dev",
"getResultType=1",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
lr_think_time(3);
eturn 0;
}
错误提示:vuser_init.c(4): 错误: C interpreter run time error: vuser_init.c (4): Error -- memory violation : Exception ACCESS_VIOLATION received.
我不知道哪出错了。哪位知道? 哪有讲解Loadrunner 测试web services接口的教程啊?谢谢! |
|