Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2012 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/efa92479e3e8dd7b0436 to your computer and use it in GitHub Desktop.
Save anonymous/efa92479e3e8dd7b0436 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<TrackResponse>
<Response>
<ResponseStatusCode>1</ResponseStatusCode>
<ResponseStatusDescription>Success</ResponseStatusDescription>
</Response>
<Shipment>
<Shipper>
<ShipperNumber>X84594</ShipperNumber>
<Address>
<AddressLine1>XXXXXX</AddressLine1>
<City>XXXXXX</City>
<StateProvinceCode>IL</StateProvinceCode>
<PostalCode>60101 5110</PostalCode>
<CountryCode>US</CountryCode>
</Address>
</Shipper>
<ShipmentWeight>
<UnitOfMeasurement>
<Code>LBS</Code>
</UnitOfMeasurement>
<Weight>0.00</Weight>
</ShipmentWeight>
<Service>
<Code>YW</Code>
<Description>UPS SUREPOST</Description>
</Service>
<ShipmentIdentificationNumber>XXXXXXXXXX</ShipmentIdentificationNumber>
<Package>
<TrackingNumber>XXXXXXXXX</TrackingNumber>
<Activity>
<ActivityLocation>
<Address>
<City>NORTH APOLLO</City>
<StateProvinceCode>PA</StateProvinceCode>
<CountryCode>US</CountryCode>
</Address>
</ActivityLocation>
<Status>
<StatusType>
<Code>X</Code>
<Description>PACKAGE IS OUT FOR DELIVERY WITH THE USPS</Description>
</StatusType>
<StatusCode>
<Code>2K</Code>
</StatusCode>
</Status>
<Date>20120308</Date>
<Time>083300</Time>
</Activity>
<PackageWeight>
<UnitOfMeasurement>
<Code>LBS</Code>
</UnitOfMeasurement>
<Weight>0.00</Weight>
</PackageWeight>
</Package>
</Shipment>
</TrackResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment