|
回放时,出现以下错误:
vuser_init.c(70): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://61.154.14.15/AgroDataWebservice/CodePicture.asmx" [MsgId: MERR-26612]
vuser_init.c(70): web_custom_request("CodePicture.asmx_2") highest severity level was "ERROR", 2108 body bytes, 251 header bytes [MsgId: MMSG-26388]
错误所指向代码如下:
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);
请问是哪里出现错误,是服务器吗?请指点。。。 |
|