eramyang 发表于 2011-2-24 17:31:03

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       
Action.c(6): SOAP request "LR-SOAPAction" started
Action.c(6): Aborting pending download of URL="http://shimospt13:7100/services/WSAdapterCallback"       
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:01

自己顶一下,谢谢。

eramyang 发表于 2011-2-28 13:29:48

again

msnshow 发表于 2011-2-28 21:27:33

手工访问正常吗

eramyang 发表于 2011-3-4 14:50:47

手工没有问题。
通过脚本,消息也是到达数据库的,就是response在timeout之前没有到达LR。
我该了LR timeout的设置,也没有用。
页: [1]
查看完整版本: Soap test error-Action.c(6): Error: Step download timeout