1. インターフェースの説明
承認 ID と承認されたアカウントを入手するには、Baotongda ビジネスに連絡してください。
リクエスト アドレス: http://open.btdair.com:8099/LogisticsService.svc?
wsdl リクエスト メソッド: POST
ヘッダーの内容:
Content-Type: text/xml; charset=utf-8
SOAPAction: "http:// tempuri.org/ILogisticsService/メソッド名"
エラー例:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" > ;
<s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring xml:lang="zh-CN">エラー メッセージ</ faststring> <detail>
<FaultMessage xmlns="http://schemas.datacontract.org/2004/07/JSON.Logistics.Emmis.Entity"
xmlns:i= "http ://www.w3.org/2001/XMLSchema-instance"> <Message>エラー メッセージ</Message> <Type>メッセージ形式 (Normal: 通常、Unlicensed: 無効な認証)</Type> ;
</FaultMessage>
</detail>
</s:Fault>
</s:Body>
</s:Envelope> 2. ユーザーが有効かどうかを確認します
メソッド名: Verify
データの送信: <s:Envelope xmlns: s ="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body> <Verify xmlns="http://tempuri.org/"> < clientId>認可 ID</clientId> <clientAccount>認可名</clientAccount>
</Verify>
</s:Body>
< /s:Envelope>
データを返します (エラーについては、上部のエラー例を参照してください): <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/エンベロープ/" >
<s:Body> <VerifyResponse xmlns="http://tempuri.org/"> <VerifyResult>true|false</VerifyResult>
< /VerifyResponse>
</s:Body>
</s:Envelope>
3. 物流方法を取得する
メソッド名: GetLogisticsWay
データの送信: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:本文> < GetLogisticsWay xmlns="http://tempuri.org/"/>
</s:本文>
</s:封筒>
データを返します (エラーについては、上部のエラー例を参照してください): <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/シリアル化/配列"
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>
この API インターフェイスは使いやすいはずです。***Q 895163012 が解決に役立ちます。