Wiki source code of Exercise - Complete data model API gateway design
Last modified by Eva Torken on 2023/05/11 13:07
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{container}}{{container layoutStyle="columns"}}((( |
![]() |
10.1 | 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. |
![]() |
1.1 | 3 | |
4 | Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | == 1. Prerequisites == | ||
7 | |||
![]() |
2.1 | 8 | * Have read the business case as the first exercise |
9 | * Completed the previous microlearnings of this crash course | ||
![]() |
1.1 | 10 | |
11 | == 2. Exercise == | ||
12 | |||
![]() |
9.1 | 13 | Below the exercises for this part of the crash course. |
![]() |
1.1 | 14 | |
![]() |
6.1 | 15 | === 2.1 Data modeling OMS Carrier === |
![]() |
1.1 | 16 | |
![]() |
2.1 | 17 | Please implement the GET operation for Carrier taking the following into account: |
![]() |
5.1 | 18 | |
![]() |
15.1 | 19 | * Import both definitions to create the response definitions for the GET operation |
![]() |
4.1 | 20 | * Ensure the proper reponse mapping is created |
![]() |
14.1 | 21 | |
![]() |
16.1 | 22 | === 2.2 Data modeling OMS Order === |
![]() |
6.1 | 23 | |
![]() |
13.1 | 24 | Please implement the POST operation for Order taking the following into account: |
![]() |
6.1 | 25 | |
![]() |
14.1 | 26 | * Check the provided XSD definitions for the gateway request and response message and alter the API Gateway data model accordingly. |
![]() |
7.1 | 27 | * Assumption is that the gateway and system messages are identical |
![]() |
14.1 | 28 | |
![]() |
1.1 | 29 | == 3. Solution == |
30 | |||
31 | )))((({{toc/}}))){{/container}}{{/container}} |