51Testing软件测试论坛

标题: Soap test error-Action.c(6): Error: Step download timeout [打印本页]

作者: eramyang    时间: 2011-2-24 17:31
标题: Soap test error-Action.c(6): Error: Step download timeout
我在做一个web services - soap 脚本时总是碰到一个问题。
下面是我的脚本:
Action()
{
    web_add_header("SOAPAction",
        "HTTP ");

soap_request("StepName=LR-SOAPAction",

                         "ExpectedResponse=AnySoap",

                         "URL=http://shimospt13:7100/services/WSAdapterCallback",

             "SOAPEnvelope= xml文件内容",

"Snapshot=t1.inf",

"ResponseParam=result",

LAST );


        return 0;
}

运行结果:
Starting iteration 1.
Starting action Action.
Action.c(3): web_add_header("SOAPAction") was successful          [MsgId: MMSG-26392]
Action.c(6): SOAP request "LR-SOAPAction" started
Action.c(6): Aborting pending download of URL="http://shimospt13:7100/services/WSAdapterCallback"          [MsgId: MMSG-27656]
Action.c(6): Error: Step download timeout (120 seconds) has expired when downloading non-resource(s)
Action.c(6): Error: SOAP request "LR-SOAPAction" execution failed

Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.

使用的是LR的默认设置:
其中的timeout = 20s
我改过1200s,还是会报这样的错。

然后,我去数据库查看了一下消息,发现消息已经成功插入数据库。
只是在规定的时间内,LR无法收到soap response。

请大侠指教一下,谢谢。
作者: eramyang    时间: 2011-2-25 13:07
自己顶一下,谢谢。
作者: eramyang    时间: 2011-2-28 13:29
again
作者: msnshow    时间: 2011-2-28 21:27
手工访问正常吗
作者: eramyang    时间: 2011-3-4 14:50
手工没有问题。
通过脚本,消息也是到达数据库的,就是response在timeout之前没有到达LR。
我该了LR timeout的设置,也没有用。




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