WebUI
Click here for a complete list of operations.
GetValidVipByCardOrMobil
根据卡号或手机号查询VIP信息, brand为VIP折扣品牌,如果brand为空则不查询折扣和折上折
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /PosWebServices/WebUI.asmx HTTP/1.1 Host: cw.tiande.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetValidVipByCardOrMobil" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <q1:GetValidVipByCardOrMobil xmlns:q1="http://tempuri.org/Req"> <CardOrMobil xsi:type="xsd:string">string</CardOrMobil> <brand xsi:type="xsd:string">string</brand> </q1:GetValidVipByCardOrMobil> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <q2:GetValidVipByCardOrMobilResponse xmlns:q2="http://tempuri.org/Req"> <GetValidVipByCardOrMobilResult xsi:type="xsd:string">string</GetValidVipByCardOrMobilResult> </q2:GetValidVipByCardOrMobilResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /PosWebServices/WebUI.asmx HTTP/1.1 Host: cw.tiande.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding"> <q3:GetValidVipByCardOrMobil xmlns:q3="http://tempuri.org/Req"> <CardOrMobil xsi:type="xsd:string">string</CardOrMobil> <brand xsi:type="xsd:string">string</brand> </q3:GetValidVipByCardOrMobil> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://tempuri.org/" xmlns:types="http://tempuri.org/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding"> <q4:GetValidVipByCardOrMobilResponse xmlns:q4="http://tempuri.org/Req"> <rpc:result xmlns="">GetValidVipByCardOrMobilResult</rpc:result> <GetValidVipByCardOrMobilResult xsi:type="xsd:string">string</GetValidVipByCardOrMobilResult> </q4:GetValidVipByCardOrMobilResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /PosWebServices/WebUI.asmx/GetValidVipByCardOrMobil?CardOrMobil=string&brand=string HTTP/1.1 Host: cw.tiande.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /PosWebServices/WebUI.asmx/GetValidVipByCardOrMobil HTTP/1.1 Host: cw.tiande.com Content-Type: application/x-www-form-urlencoded Content-Length: length CardOrMobil=string&brand=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">string</string>