Wiki source code of Gateway Response

Version 2.1 by Eva Torken on 2024/03/19 13:15

Hide last authors
Eva Torken 1.1 1 {{container}}{{container layoutStyle="columns"}}(((
2 With this exercise, we start our journey into the eMagiz platform. This exercise will explain the business case used throughout all exercises linked to this Crash Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.
3
4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5
6 == 1. Prerequisites ==
7
8 * Completed previous exercises and microlearnings
9 * Access to an eMagiz model with Deploy rights and an API Gateway license attached
10
Eva Torken 2.1 11 {{info}}<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
12 <xs:complexType name="root">
13 <xs:sequence>
14 <xs:element maxOccurs="unbounded" name="carrier" type="carrier"/>
15 </xs:sequence>
16 </xs:complexType>
17 <xs:complexType name="carrier">
18 <xs:sequence>
19 <xs:element minOccurs="0" name="name" type="xs:string"/>
20 <xs:element minOccurs="0" name="code" type="xs:string"/>
21 </xs:sequence>
22 </xs:complexType>
23 <xs:element name="root" type="root"/>
24 </xs:schema>{{/info}}
Eva Torken 1.1 25
26 )))((({{toc/}}))){{/container}}{{/container}}