xu404681202 发表于 2010-7-28 14:14:00

lr回放时的错误,请指教

回放时,出现以下错误:
vuser_init.c(70): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://61.154.14.15/AgroDataWebservice/CodePicture.asmx"       
vuser_init.c(70): web_custom_request("CodePicture.asmx_2") highest severity level was "ERROR", 2108 body bytes, 251 header bytes       

错误所指向代码如下:
web_custom_request("CodePicture.asmx_2",
                "URL=http://61.154.14.15/AgroDataWebservice/CodePicture.asmx",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/xml",
                "Referer=http://www.agrolib.org/flash/faas.swf",
                "Snapshot=t6.inf",
                "Mode=HTML",
                "EncType=text/xml; charset=utf-8",
                "Body=<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:s=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n<SOAP-ENV:Body>\n    <tns:GetPicture xmlns:tns=\"FAAS\"/>\n</SOAP-ENV:Body>\n</SOAP-ENV:Envelope>",
                LAST);
请问是哪里出现错误,是服务器吗?请指点。。。

akui 发表于 2010-7-28 14:19:01

HTTP Status-Code=500 指的是“服务器内部错误”,应该可以确定是服务器的问题

xu404681202 发表于 2010-7-28 14:24:50

回复 2# 的帖子

该怎么解决呢?

ziheng198688 发表于 2010-7-28 16:19:24

看楼主的脚本,好像是测试webservice的性能,楼主可以尝试在脚本之前加上web_add_header("SOAPAction", "");语句,再尝试一下。
页: [1]
查看完整版本: lr回放时的错误,请指教