Wiki source code of Expected Outcome Message
Last modified by Eva Torken on 2024/03/19 14:26
Show last authors
author | version | line-number | content |
---|---|---|---|
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 outcome message, needed for the exercise, is provided. | ||
9 | |||
10 | {{code language="xml"}}<TransportOrder xmlns:cdm="http://www.dftrain.com/ns/dftrain/cdm/1.0/"> | ||
11 | <id>20230727110921Z</id> | ||
12 | <description>There you go</description> | ||
13 | <Actor> | ||
14 | <id>39528763275</id> | ||
15 | <name>John Doe</name> | ||
16 | <role>Sender</role> | ||
17 | </Actor> | ||
18 | <Actor> | ||
19 | <id>3487847218375</id> | ||
20 | <name>Chris John</name> | ||
21 | <role>Receiver</role> | ||
22 | </Actor> | ||
23 | <Location> | ||
24 | <id>123</id> | ||
25 | <name>Sender Location</name> | ||
26 | <address>Transportcentrum 1</address> | ||
27 | </Location> | ||
28 | <Location> | ||
29 | <id>321</id> | ||
30 | <name>Receiver Location</name> | ||
31 | <address>Transportcentrum 2</address> | ||
32 | </Location> | ||
33 | </TransportOrder>{{/code}} | ||
34 | |||
35 | )))((({{toc/}}))){{/container}}{{/container}} |