Weiß jemand, wie man diese Art von Schnittstellendatei verwendet?
2020-05-25 09:14:32
0
2
1155
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;

Antworte allen(1)
唯you爱

这个API接口应该很好搞  可以***Q 895163012帮你解决

  • Antwort 大佬,加了,通过一下
    Autor 2020-05-26 19:38:28
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage