suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Weiß jemand, wie man diese Art von Schnittstellendatei verwendet?

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;

1643 Tage vor1154

Antworte allen(2)Ich werde antworten

  • 唯you爱

    唯you爱2020-05-26 14:25:54

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

    Antwort
    0
  • 大佬,加了,通过一下

    · 2020-05-26 19:38:28
  • StornierenAntwort