Last active
November 1, 2022 08:12
-
-
Save stanwu/c937b6082d7a5125d77660169b049f1e 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"?> | |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> | |
<s:Header> | |
<o:Security xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" | |
s:mustUnderstand="1"> | |
<o:UsernameToken xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" | |
Id="909c1b23-c100-4a66-beb7-3fb6400c8e89"> | |
<o:Username>2preklamcilTR</o:Username> | |
<o:Password>K^0zE#3vI!6v</o:Password> | |
</o:UsernameToken> | |
</o:Security> | |
</s:Header> | |
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<s1:RateRequest xmlns:s1="http://scxgxtt.phx-dc.dhl.com/euExpressRateBook/RateMsgRequest"> | |
<ClientDetail> | |
</ClientDetail> | |
<RequestedShipment> | |
<DropOffType>REGULAR_PICKUP</DropOffType> | |
<Ship> | |
<Shipper> | |
<StreetLines>47693 Lakeview Blvd</StreetLines> | |
<City>Fremont</City> | |
<PostalCode>94538</PostalCode> | |
<CountryCode>US</CountryCode> | |
</Shipper> | |
<Recipient> | |
<StreetLines>47603 Lakeview Blvd</StreetLines> | |
<City>Fremont</City> | |
<PostalCode>94538</PostalCode> | |
<CountryCode>US</CountryCode> | |
</Recipient> | |
</Ship> | |
<Packages> | |
<RequestedPackages number="1"> | |
<Weight> | |
<Value>2</Value> | |
</Weight> | |
<Dimensions> | |
<Length>13</Length> | |
<Width>12</Width> | |
<Height>9</Height> | |
</Dimensions> | |
</RequestedPackages> | |
</Packages> | |
<ShipTimestamp>2022-10-31T13:20:07GMT+00:00</ShipTimestamp> | |
<UnitOfMeasurement>SU</UnitOfMeasurement> | |
<Content>NON_DOCUMENTS</Content> | |
<DeclaredValue>5</DeclaredValue> | |
<DeclaredValueCurrecyCode>USD</DeclaredValueCurrecyCode> | |
<PaymentInfo>DDP</PaymentInfo> | |
<Account>968468386</Account> | |
</RequestedShipment> | |
</s1:RateRequest> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment