1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <req:ShipmentTrackingErrorResponse xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com track-err-res.xsd">
- <Response>
- <ServiceHeader>
- <MessageTime>2018-02-27T12:55:05+01:00</MessageTime>
- </ServiceHeader>
- <Status>
- <ActionStatus>Failure</ActionStatus>
- <Condition>
- <ConditionCode>111</ConditionCode>
- <ConditionData> Error Parsing incoming request XML
- Error: The content of element type
- "ShipperReference" must match
- "(ReferenceID,ReferenceType?)". at line
- 16, column 22</ConditionData>
- </Condition>
- </Status>
- </Response>
- </req:ShipmentTrackingErrorResponse>
- <!-- ServiceInvocationId:20180227125505_5793_2008671c-9292-4790-87b6-b02ccdf913db -->
|