登陆成功

登陆

======================================


POST /webservice/Service1.asmx HTTP/1.1

User-Agent: ksoap2-android/2.6.0+
SOAPAction: http://tempuri.org/CheckReg
Content-Type: text/xml;charset=utf-8
Connection: close
Accept-Encoding: gzip
Host: 118.193.220.4:333
Content-Length: 429


<v:Envelope xmlns:i="http://www.w3.org/1999/XMLSchema-instance" xmlns:d="http://www.w3.org/1999/XMLSchema" xmlns:c="http://schemas.xmlsoap.org/soap/encoding/" xmlns:v="http://schemas.xmlsoap.org/soap/envelope/"><v:Header /><v:Body><CheckReg xmlns="http://tempuri.org/" id="o0" c:root="1"><strPkg i:type="d:string">com.robot.collection</strPkg><strIEMI i:type="d:string">A000002C023470</strIEMI></CheckReg></v:Body></v:Envelope>


HTTP/1.1 200 OK
Connection: close
Date: Mon, 05 Oct 2015 07:07:32 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 539


<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><CheckRegResponse xmlns="http://tempuri.org/"><CheckRegResult>{"api_result":1, "api_result_msg":"操作成功", "api_data":{"now_time":"2015-10-05 15:07:32", "end_time":"2015-10-6 11:02:04", "api_enable":1, "api_bad":0, "api_yz":0, "api_exp":0, "api_zy":0}}</CheckRegResult></CheckRegResponse></soap:Body></soap:Envelope>



二次检验

========================================

POST /webservice/Service1.asmx HTTP/1.1
User-Agent: ksoap2-android/2.6.0+
SOAPAction: http://tempuri.org/CheckBind
Content-Type: text/xml;charset=utf-8
Connection: close
Accept-Encoding: gzip
Host: 118.193.220.4:333
Content-Length: 590


<v:Envelope xmlns:i="http://www.w3.org/1999/XMLSchema-instance" xmlns:d="http://www.w3.org/1999/XMLSchema" xmlns:c="http://schemas.xmlsoap.org/soap/encoding/" xmlns:v="http://schemas.xmlsoap.org/soap/envelope/"><v:Header /><v:Body><CheckBind xmlns="http://tempuri.org/" id="o0" c:root="1"><strArg1 i:type="d:string">125.6.187.229</strArg1><strID i:type="d:string">444717</strID><strArg2 i:type="d:string">62b8936af311d6b00eeb82647f102a374110e0b1//</strArg2><strName i:type="d:string">UserAdmin</strName><strIEMI i:type="d:string">A000002C023470</strIEMI></CheckBind></v:Body></v:Envelope>




HTTP/1.1 200 OK
Connection: close
Date: Mon, 05 Oct 2015 07:07:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 408


<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><CheckBindResponse xmlns="http://tempuri.org/"><CheckBindResult>{"api_result":1, "api_result_msg":"444717", "api_data":null}</CheckBindResult></CheckBindResponse></soap:Body></soap:Envelope>

你可能感兴趣的:(登陆成功)