Skip to content

Instantly share code, notes, and snippets.

@rubyisbeautiful
Created November 27, 2012 21:13
Show Gist options
  • Save rubyisbeautiful/4157050 to your computer and use it in GitHub Desktop.
Save rubyisbeautiful/4157050 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://ws.aramex.net/ShippingAPI/v1/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<soapenv:Header/>
<soapenv:Body>
<v1:ShipmentTrackingResponse>
<!--Optional:-->
<v1:Transaction>
<v1:Reference1>?</v1:Reference1>
<v1:Reference2>?</v1:Reference2>
<v1:Reference3>?</v1:Reference3>
<v1:Reference4>?</v1:Reference4>
<v1:Reference5>?</v1:Reference5>
</v1:Transaction>
<!--Optional:-->
<v1:Notifications>
<!--Zero or more repetitions:-->
<v1:Notification>
<v1:Code>?</v1:Code>
<v1:Message>?</v1:Message>
</v1:Notification>
</v1:Notifications>
<!--Optional:-->
<v1:HasErrors>?</v1:HasErrors>
<!--Optional:-->
<v1:TrackingResults>
<!--Zero or more repetitions:-->
<arr:KeyValueOfstringArrayOfTrackingResultmFAkxlpY>
<arr:Key>?</arr:Key>
<arr:Value>
<!--Zero or more repetitions:-->
<v1:TrackingResult>
<v1:WaybillNumber>?</v1:WaybillNumber>
<v1:UpdateCode>?</v1:UpdateCode>
<v1:UpdateDescription>?</v1:UpdateDescription>
<v1:UpdateDateTime>?</v1:UpdateDateTime>
<v1:UpdateLocation>?</v1:UpdateLocation>
<v1:Comments>?</v1:Comments>
<v1:ProblemCode>?</v1:ProblemCode>
</v1:TrackingResult>
</arr:Value>
</arr:KeyValueOfstringArrayOfTrackingResultmFAkxlpY>
</v1:TrackingResults>
</v1:ShipmentTrackingResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment