1. Schnittstellenbeschreibung
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://tempuri.org/ILogisticsService/method name"
Fehlerbeispiel:
<s:Envelope xmlns:s= " http://schemas.xmlsoap.org/soap/envelope/">
<s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring xml:lang= " zh-CN">Fehlermeldung</faultstring> <detail>
<FaultMessage xmlns="http://schemas.datacontract.org/2004/07/JSON.Logistics.Emmis.Entity"
xmlns: i="http://www.w3.org/2001/XMLSchema-instance"> <Message>Fehlermeldung</Message> <Type>Nachrichtenformat (Normal: normal; Nicht lizenziert: ungültige Autorisierung) </ Typ>
</FaultMessage>
</detail>
</s:Fault> Überprüfen Sie, ob der Benutzer gültig ist
Methodenname: Verify
Daten senden: <s:Envelope xmlns:s ="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body> <Verify xmlns="http://tempuri.org/">Autorisierungs-ID< ;/clientId> <clientAccount>Autorisierungsname</clientAccount>
</Verify>
</ s:Body>
</s:Envelope>
Rückgabedaten (Fehler finden Sie unter das Fehlerbeispiel oben): <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope /">
<s:Body> <VerifyResponse xmlns="http ://tempuri.org/"> <VerifyResult>true|false</VerifyResult>
</VerifyResponse>
< ;/s:Body>
</s:Envelope>
3. Logistikmethode abrufen
Methodenname: GetLogisticsWay
Daten senden: <s:Envelope xmlns:s="http://schemas .xmlsoap.org/soap/envelope/"> <s:Body> ;GetLogisticsWay xmlns="http://tempuri.org/"/>
</s:Body>
</ s:Envelope>
Daten zurückgeben (siehe Fehlerbeispiel oben). Fehler): <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s :Body> <GetLogisticsWayResponse xmlns="http://tempuri. org/">
<GetLogisticsWayResult xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <a:string>渠道,例:xianggangDHL普货</a:string> <a:string>FedEx</a:string> <a:string>瑞典挂号</a:string> <a:string>新加坡平邮</a:string>
</GetLogisticsWayResult>
</GetLogisticsWayResponse>
</s:Body>
</s:Envelope& gt;