Wiki source code of Expected Output TMS Order
Last modified by Eva Torken on 2024/03/19 14:25
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{container}}{{container layoutStyle="columns"}}((( |
2 | On this page you will find the information needed to complete the exercise. | ||
3 | |||
4 | Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | === 1. XML === | ||
7 | |||
8 | Below, the information for the expected output TMS order, needed for the exercise, is provided. | ||
9 | |||
![]() |
2.1 | 10 | {{code language="xml"}}<sys:CreateOrder xmlns:sys="https://transportinc.nl/ns/tms/1.0/"> |
![]() |
1.1 | 11 | <Order> |
12 | <OrderID>13</OrderID> | ||
13 | <OrderDate>2015-08-13</OrderDate> | ||
14 | <OrderReference>fixed-54321</OrderReference> | ||
15 | <Order_Customer> | ||
16 | <Customer> | ||
17 | <Name>Jan de Vries</Name> | ||
18 | </Customer> | ||
19 | </Order_Customer> | ||
20 | <Order_PickupAddress> | ||
21 | <Address> | ||
22 | <Name>bol.com</Name> | ||
23 | <Street>Keulsekade</Street> | ||
24 | <PostalCode>3534 AC</PostalCode> | ||
25 | <City>Utrecht</City> | ||
26 | <Country>NL</Country> | ||
27 | </Address> | ||
28 | </Order_PickupAddress> | ||
29 | <Order_DeliveryAddress> | ||
30 | <Address> | ||
31 | <Name>Jan de Vries</Name> | ||
32 | <Street>Kerkstraat</Street> | ||
33 | <PostalCode>1234 AB</PostalCode> | ||
34 | <City>Amsterdam</City> | ||
35 | <Country>NL</Country> | ||
36 | </Address> | ||
37 | </Order_DeliveryAddress> | ||
38 | <PartnerInfo_Order/> | ||
39 | <OrderLine_Order> | ||
40 | <OrderLine> | ||
41 | <Description>Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf, Addison Wesley 2004</Description> | ||
42 | <Quantity>1</Quantity> | ||
43 | <Unit>BOX</Unit> | ||
44 | <Weight>1.95</Weight> | ||
45 | </OrderLine> | ||
46 | <OrderLine> | ||
47 | <Description>XSLT 2.0 and XPath 2.0, Michael Kay, 4th Edition</Description> | ||
48 | <Quantity>1</Quantity> | ||
49 | <Unit>BOX</Unit> | ||
50 | <Weight>1.95</Weight> | ||
51 | </OrderLine> | ||
52 | </OrderLine_Order> | ||
53 | </Order> | ||
![]() |
2.1 | 54 | </sys:CreateOrder>{{/code}} |
![]() |
1.1 | 55 | |
56 | )))((({{toc/}}))){{/container}}{{/container}} |