51Testing软件测试论坛

标题: 用web services 协议录制脚本,在Controller中运行提示错误,请求帮助! [打印本页]

作者: tangyanhb    时间: 2007-3-5 15:48
标题: 用web services 协议录制脚本,在Controller中运行提示错误,请求帮助!
1.The file C:\Program Files\Mercury\LoadRunner\scripts\登陆测试(数据分析)\WSDL which is part of script 登陆测试(数据分析) cannot be found
2.Error: The user files were not transferred to the local load generator
怎么解决?
如果虚拟用户用本地用户,就不会出现此错误,虚拟用户用IP欺骗建立的用户IP运行,则会出现此问题,谢谢指点。

[ 本帖最后由 tangyanhb 于 2007-3-7 10:17 编辑 ]
作者: wgs0923    时间: 2007-3-5 15:58
错误在于:Error: The user files were not transferred to the local load generator

应该是虚拟IP的问题~~~请检查你虚拟IP后,是否可以连接成功???
作者: tangyanhb    时间: 2007-3-5 16:10
标题: 回复 #2 wgs0923 的帖子
虚拟IP地址没问题,在 load Generators 中测试连接是正常的,应该是WSDL文件缺少,不知道是个什么?
我选择的是WEB Services 和http/html协议,录制脚本时提示是否用WSDL,我选择不用,如果选择用必须选择一个WSDL文件,我没有这个文件,但是在Controller中又提示缺少这个文件

[ 本帖最后由 tangyanhb 于 2007-3-5 17:32 编辑 ]
作者: tangyanhb    时间: 2007-3-6 18:57
标题: 回复 #3 tangyanhb 的帖子
1.将服务器上的以.asmx的服务说明文件,修改文件类型为.wsdl类型的文件,修改方法如下:

在浏览器中,浏览至附加了 ?WSDL 的 Web Service 的 URL。例如:

http://myServer:7001/MyProject/MyWebService.jws?WSDL
使用浏览器的“文件”-->“另存为”功能将 WSDL 文件保存到本地机器。请注意,某些浏览器将在已保存文件的顶部和底部包含 HTML 标记。必须使用文本编辑器删除这些标记以生成有效的 WSDL 文件。
2. 重新录制脚本,选择协议为:web(http/html) ,web Services两个协议,在开始录制脚本时:选择record client application ,然后依次添加所有的WSDL文件,开始录制脚本,在Controllor中运行正常。
具体是否正确我这一块还不是特别清楚,请高手指点。
作者: evergreenwang    时间: 2007-7-17 15:17
遇到相同的问题!!

正在解决中!!***^^^………………
作者: sailing_99    时间: 2008-3-29 16:42
我也出现此问题,帮忙分析 一下:
vuser_init()
{

        web_service_call( "StepName=CustInfoQuery_102",
                "SOAPMethod=CustInfoQueryPTExport1_CustInfoQueryPTHttpService.CustInfoQueryPT.CustInfoQuery",
                "ResponseParam=response",
                "WSDL=D:/wsdl/CustInfoQueryPTExport1_CustInfoQueryPTHttp_Service.wsdl",
                "UseWSDLCopy=1",
                "Snapshot=t1206776860.inf",
                BEGIN_ARGUMENTS,
                "Version=66",
                "CustomerSell=600101",
                "xmlueryCondition=<QueryCondition><QueryColName>CustomerName</QueryColName>"
                                "<QueryColValue>99</QueryColValue></QueryCondition>",
                "QueryType=1",
                "MsgSender=600101",
                "MsgReceiver=10",
                END_ARGUMENTS,
                BEGIN_RESULT,
                END_RESULT,
                LAST);

        lr_think_time(3);



        return 0;
}

----------------------------------
虚拟用户脚本已启动
正在开始操作 vuser_init。
vuser_init.c(4): Web service call "CustInfoQuery_102" started
vuser_init.c(4): Using working copy of the WSDL file "D:/wsdl/CustInfoQueryPTExport1_CustInfoQueryPTHttp_Service.wsdl"
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(0x011f035c "StepName=CustInfoQuery_102", 0x011f0301 "SOAPMethod=CustInfoQueryPTExport1_CustIn...", 0x011f02ea "ResponseParam=response", 0x011f02a5 "WSDL=D:/wsdl/CustInfoQueryPTExport1_Cust...", 0x011f0297 "UseWSDLCopy=1", 0x011f027e.
vuser_init.c(4):
通知: CCI 跟踪:  "Snapshot=t1206776860.inf", 0x011f026e "BEGIN_ARGUMENTS", 0x011f0263 "Version=66", 0x011f024f "CustomerSell=600101", 0x011f01d0 "xmlueryCondition=<QueryCondition><Quer...", 0x011f01c4 "QueryType=1", 0x011f01b3 "MsgSender=600101", 0x011f01a4 "MsgReceiver=.
vuser_init.c(4):
通知: CCI 跟踪: 10", 0x011f0196 "END_ARGUMENTS", 0x011f0189 "BEGIN_RESULT", 0x011f017e "END_RESULT", 18809209)
.
vuser_init.c(4): 通知: CCI 跟踪: Compiled_code(0): vuser_init()
.
作者: sailing_99    时间: 2008-3-29 16:43
怎么回事啊?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2