Empty response
-
Hi, I’m getting an empty DHL response.
this is the request:
<?xml version=”1.0″ encoding=”UTF-8″?>
<p:DCTRequest xmlns:p=”https://www.dhl.com” xmlns:p1=”https://www.dhl.com/datatypes” xmlns:p2=”https://www.dhl.com/DCTRequestdatatypes” xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”https://www.dhl.com DCT-req.xsd “>
<GetQuote>
<Request>
<ServiceHeader>
<MessageTime>2017-05-24T21:06:05</MessageTime>
<MessageReference>1234567890123456789012345678901</MessageReference>
<SiteID>CIMGBTest</SiteID>
<Password>DLUntOcJma</Password>
</ServiceHeader>
</Request>
<From>
<CountryCode>CO</CountryCode>
<Postalcode>050001</Postalcode>
</From>
<BkgDetails>
<PaymentCountryCode>CO</PaymentCountryCode>
<Date>2017-05-24</Date>
<ReadyTime>PT10H21M</ReadyTime>
<DimensionUnit>IN</DimensionUnit>
<WeightUnit>LB</WeightUnit>
<Pieces>
<Piece><PieceID>1</PieceID><PackageTypeCode>BOX</PackageTypeCode><Height>39</Height><Depth>39</Depth><Width>39</Width><Weight>2.205</Weight></Piece>
</Pieces>
<PaymentAccountNumber>683024195</PaymentAccountNumber>
<IsDutiable>N</IsDutiable>
<NetworkTypeCode>AL</NetworkTypeCode><InsuredValue>65000</InsuredValue><InsuredCurrency>COP</InsuredCurrency>
</BkgDetails>
<To>
<CountryCode>CO</CountryCode>
<City>BOGOTá</City>
</To></GetQuote>
</p:DCTRequest>And dhl shipping method its not showing up.
Also, I’m using this credentials:
SiteID: CIMGBTest
Password: DLUntOcJma
- The topic ‘Empty response’ is closed to new replies.