|
运行测试时遇到以下错误,请问是什么原因造成的,该怎么解决?
Action.c(4): 错误: C interpreter run time error: Action.c (4): Error -- memory violation : Exception ACCESS_VIOLATION received.
说明:WebService绝对没有问题,因为我用其它工具测试过了,基本也应该没什么问题,我怀疑是哪个地方没有设置到,请大家帮下忙,急急急急急急
脚本如下:
web_service_call( "StepName=Add_101",
"SOAPMethod=Service1.Service1Soap.Add",
"ResponseParam=response",
"WSDL=C:/Documents and Settings/cz19/Desktop/Service1.wsdl",
"UseWSDLCopy=1",
"Snapshot=t1177547803.inf",
BEGIN_ARGUMENTS,
"i=1",
"j=3",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
lr_think_time(3); |
|