|
我看了一下代码
web_custom_request("GpsClientServer.svc_2",
"URL=http://192.168.69.25:8822/gpsclient/GpsClientServer.svc",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=",
"Snapshot=t26.inf",
"Mode=HTML",
"EncType=text/xml; charset=utf-8",
"Body=<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\"><s:Body><GengerateTreeRootByte><pageSession xmlns:d4p1=\"http://schemas.datacontract.org/2004/07/StarGps.GpsClient.LogEntity\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\"><d4p1:CompanyCode>cc</d4p1:CompanyCode><d4p1:IsAllowEmptyPw>false</d4p1:IsAllowEmptyPw><d4p1:IsAllowSelMutil>false</d4p1:IsAllowSelMutil><d4p1:IsSudoOverDue>false</d4p1:IsSudoOverDue><d4p1wd i:nil=\"true\" /><d4p1:SessionId>t3sv4g45jfd3ws55rxknd255"
"</d4p1:SessionId><d4p1:UserId>gpsadmin</d4p1:UserId><d4p1:UserName i:nil=\"true\" /><d4p1:WorkId>3157</d4p1:WorkId></pageSession><strAreaCode></strAreaCode><strBeginTime>14:31:17</strBeginTime></GengerateTreeRootByte></s:Body></s:Envelope>",
LAST);
这里有一个SessionId,估计是要做关联。 |
|