Expected Output TMS Order

Last modified by Eva Torken on 2024/03/19 14:25

On this page you will find the information needed to complete the exercise.
 
Should you have any questions, please contact academy@emagiz.com.

1. XML

Below, the information for the expected output TMS order, needed for the exercise, is provided.

<sys:CreateOrder xmlns:sys="https://transportinc.nl/ns/tms/1.0/">
<Order>
<OrderID>13</OrderID>
<OrderDate>2015-08-13</OrderDate>
<OrderReference>fixed-54321</OrderReference>
<Order_Customer>
<Customer>
<Name>Jan de Vries</Name>
</Customer>
</Order_Customer>
<Order_PickupAddress>
<Address>
<Name>bol.com</Name>
<Street>Keulsekade</Street>
<PostalCode>3534 AC</PostalCode>
<City>Utrecht</City>
<Country>NL</Country>
</Address>
</Order_PickupAddress>
<Order_DeliveryAddress>
<Address>
<Name>Jan de Vries</Name>
<Street>Kerkstraat</Street>
<PostalCode>1234 AB</PostalCode>
<City>Amsterdam</City>
<Country>NL</Country>
</Address>
</Order_DeliveryAddress>
<PartnerInfo_Order/>
<OrderLine_Order>
<OrderLine>
<Description>Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf, Addison Wesley 2004</Description>
<Quantity>1</Quantity>
<Unit>BOX</Unit>
<Weight>1.95</Weight>
</OrderLine>
<OrderLine>
<Description>XSLT 2.0 and XPath 2.0, Michael Kay, 4th Edition</Description>
<Quantity>1</Quantity>
<Unit>BOX</Unit>
<Weight>1.95</Weight>
</OrderLine>
</OrderLine_Order>
</Order>
</sys:CreateOrder>