Created
November 9, 2018 13:29
-
-
Save magegu/8feafb11d657063dbf195f0fabf38687 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s1="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/ShipmentMsgRequest" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/RateMsgRequest" xmlns:ins1="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/DeleteShipmentResponse" xmlns:ins2="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/DeleteShipmentRequest" xmlns:ins3="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/RateMsgResponse" xmlns:ins4="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/ShipmentMsgResponse"> | |
<env:Header> | |
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> | |
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-1"> | |
<wsse:Username>DeveloperTest</wsse:Username> | |
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">G!7sI^0dC^7w</wsse:Password> | |
</wsse:UsernameToken> | |
</wsse:Security> | |
</env:Header> | |
<env:Body> | |
<s1:RateRequest> | |
<ClientDetail/> | |
<RequestedShipment> | |
<DropOffType>REGULAR_PICKUP</DropOffType> | |
<Ship> | |
<Shipper> | |
<StreetLines>Ehrenbergstr. 16a</StreetLines> | |
<City>Berlin</City> | |
<PostalCode>10245</PostalCode> | |
<CountryCode>DE</CountryCode> | |
</Shipper> | |
<Recipient> | |
<StreetLines>Bay View Cottage 1</StreetLines> | |
<City>Ballinfull</City> | |
<PostalCode>F91R H68</PostalCode> | |
<CountryCode>IE</CountryCode> | |
</Recipient> | |
</Ship> | |
<Packages> | |
<RequestedPackages number="1"> | |
<Weight> | |
<Value>0.5</Value> | |
</Weight> | |
<Dimensions> | |
<Length>35.1</Length> | |
<Width>25</Width> | |
<Height>1</Height> | |
</Dimensions> | |
</RequestedPackages> | |
</Packages> | |
<ShipTimestamp>2018-11-12T17:00:00 GMT+01:00</ShipTimestamp> | |
<UnitOfMeasurement>SI</UnitOfMeasurement> | |
<Content>DOCUMENTS</Content> | |
<DeclaredValue>0</DeclaredValue> | |
<DeclaredValueCurrencyCode>EUR</DeclaredValueCurrencyCode> | |
<PaymentInfo>DDP</PaymentInfo> | |
<Account>143816942</Account> | |
</RequestedShipment> | |
</s1:RateRequest> | |
</env:Body> | |
</env:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment