12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <req:TrackingResponse xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com TrackingResponse.xsd">
- <Response>
- <ServiceHeader>
- <MessageTime>2018-02-27T12:59:34+01:00</MessageTime>
- <MessageReference>1234567890123456789012345678</MessageReference>
- <SiteID>CustomerSiteID</SiteID>
- </ServiceHeader>
- </Response>
- <AWBInfo>
- <AWBNumber>4781585060</AWBNumber>
- <Status>
- <ActionStatus>No Shipments Found</ActionStatus>
- <Condition>
- <ConditionCode>209</ConditionCode>
- <ConditionData>No Shipments Found for AWBNumber 6017300993</ConditionData>
- </Condition>
- </Status>
- </AWBInfo>
- <LanguageCode>String</LanguageCode>
- </req:TrackingResponse>
- <!-- ServiceInvocationId:20180227125934_5793_74fbd9e1-a8b0-4f6a-a326-26aae979e5f0 -->
|