Wiki source code of Multiple Orders CAPE
Last modified by Eva Torken on 2024/03/19 14:24
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 order definitions of CAPE, needed for the exercise, is provided. | ||
9 | |||
![]() |
2.1 | 10 | {{code language="xml"}}<Orders xmlns="https://www.emagiz-crash-course-platform-demo.nl/ns/ccpexer-bus/customer-order/1.0/"> |
![]() |
1.1 | 11 | <Order> |
12 | <Customer> | ||
13 | <Name>Jan de Vries</Name> | ||
14 | <Email>j.de.vries@example.org</Email> | ||
15 | </Customer> | ||
16 | <Date>2015-08-13T00:00:00+02:00</Date> | ||
17 | <OrderId>13</OrderId> | ||
18 | <PickupAddress> | ||
19 | <Name>bol.com</Name> | ||
20 | <Street>Keulsekade</Street> | ||
21 | <StreetNumber>189</StreetNumber> | ||
22 | <PostalCode>3534 AC</PostalCode> | ||
23 | <City>Utrecht</City> | ||
24 | <Country>NL</Country> | ||
25 | </PickupAddress> | ||
26 | <DeliveryAddress> | ||
27 | <Name>Jan de Vries</Name> | ||
28 | <Street>Kerkstraat</Street> | ||
29 | <StreetNumber>9</StreetNumber> | ||
30 | <PostalCode>1234 AB</PostalCode> | ||
31 | <City>Amsterdam</City> | ||
32 | <Country>NL</Country> | ||
33 | </DeliveryAddress> | ||
34 | <OrderLine> | ||
35 | <PackageUnit>BOX</PackageUnit> | ||
36 | <Quantity>1</Quantity> | ||
37 | <Description>Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf, Addison Wesley 2004</Description> | ||
38 | <Weight>1.95</Weight> | ||
39 | </OrderLine> | ||
40 | <OrderLine> | ||
41 | <PackageUnit>BOX</PackageUnit> | ||
42 | <Quantity>1</Quantity> | ||
43 | <Description>XSLT 2.0 and XPath 2.0, Michael Kay, 4th Edition</Description> | ||
44 | <Weight>1.95</Weight> | ||
45 | </OrderLine> | ||
46 | </Order> | ||
47 | <Order> | ||
48 | <Customer> | ||
49 | <Name>Willem de Vries</Name> | ||
50 | <Email>w.de.vries@example.org</Email> | ||
51 | </Customer> | ||
52 | <Date>2015-09-14T00:00:00+02:00</Date> | ||
53 | <OrderId>13</OrderId> | ||
54 | <PickupAddress> | ||
55 | <Name>bol.com</Name> | ||
56 | <Street>Keulsekade</Street> | ||
57 | <StreetNumber>189</StreetNumber> | ||
58 | <PostalCode>3534 AC</PostalCode> | ||
59 | <City>Utrecht</City> | ||
60 | <Country>NL</Country> | ||
61 | </PickupAddress> | ||
62 | <DeliveryAddress> | ||
63 | <Name>Willem de Vries</Name> | ||
64 | <Street>Kerkstraat</Street> | ||
65 | <StreetNumber>11</StreetNumber> | ||
66 | <PostalCode>1234 AB</PostalCode> | ||
67 | <City>Amsterdam</City> | ||
68 | <Country>NL</Country> | ||
69 | </DeliveryAddress> | ||
70 | <OrderLine> | ||
71 | <PackageUnit>BOX</PackageUnit> | ||
72 | <Quantity>1</Quantity> | ||
73 | <Description>Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf, Addison Wesley 2004</Description> | ||
74 | <Weight>1.95</Weight> | ||
75 | </OrderLine> | ||
76 | <OrderLine> | ||
77 | <PackageUnit>BOX</PackageUnit> | ||
78 | <Quantity>1</Quantity> | ||
79 | <Description>XSLT 2.0 and XPath 2.0, Michael Kay, 4th Edition</Description> | ||
80 | <Weight>1.95</Weight> | ||
81 | </OrderLine> | ||
82 | </Order> | ||
![]() |
2.1 | 83 | </Orders>{{/code}} |
![]() |
1.1 | 84 | |
85 | )))((({{toc/}}))){{/container}}{{/container}} |