|
3#
楼主 |
发表于 2011-12-26 19:38:51
|
只看该作者
web_reg_save_param("sid","LB=<sessionid>","RB=</sessionid>",LAST);
web_custom_request("dispatchclient",
"URL=http://192.168.10.85/dispatcher/dispatchclient",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t11.inf",
"Mode=HTML",
"EncType=",
"Body=<?xml version=\"1.0\"?>\r\n<dasclient ver=\"3,2,10,15\">\r\n\t<reqhead>\r\n\t\t<sessionid>{sid}</sessionid>\r\n\t\t<language>EN_US</language>\r\n\t</reqhead>\r\n\t<reqbody>\r\n\t\t<recfleetlogo uuid=\"-1\">\r\n\t\t\t<oid>11</oid>\r\n\t\t\t<updatetime>0</updatetime>\r\n\t\t</recfleetlogo>\r\n\t</reqbody>\r\n</dasclient>\r\n",
LAST);
回放依旧报错:
vuser_init.c(179): Error -26631: HTTP Status-Code=400 (Bad Request) for "http://192.168.10.85/dispatcher/dispatchclient" [MsgId: MERR-26631]
vuser_init.c(179): web_custom_request("dispatchclient") highest severity level was "ERROR", 234 body bytes, 225 header bytes, 16 chunking overhead bytes [MsgId: MMSG-26387]
Abort was called from an action.
到现在不知道是不是session的问题 |
|