Changes for page Exercise - Complete data model API gateway design
Last modified by Eva Torken on 2023/05/11 13:07
From version 1.1
edited by eMagiz
on 2023/03/31 11:12
on 2023/03/31 11:12
Change comment:
There is no comment for this version
To version 14.1
edited by Erik Bakker
on 2023/05/10 13:13
on 2023/05/10 13:13
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - crashcourse-apigw-exercises-datamodelling1 +Exercise - Complete data model API gateway design - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e Magiz1 +XWiki.ebakker - Content
-
... ... @@ -1,34 +1,31 @@ 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 th eCrash CoursePlatform Course. In the following exercises, we will guide you step by step through the platform so you can learn how to use it.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 3 4 4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 6 6 == 1. Prerequisites == 7 7 8 -* Read the following: ** [[API Gateway>>https://www.youtube.com/embed/oeXcppmaRzs||target="blank"]] 8 +* Have read the business case as the first exercise 9 +* Completed the previous microlearnings of this crash course 9 9 10 10 == 2. Exercise == 11 11 12 - To kickstart your journey into the eMagiz platform,wehaveselected a set of exerciseslinked to the Crash Course Platformcoursethat willguide you through theplatform in building and validatingyourfirstintegration. To start things off, wewill introduce the business case in this exercise that will be used to model out thecorrectsolution ineMagiz.13 +Below the exercises for this part of the crash course. 13 13 14 -=== 2.1 BusinessCase ===15 +=== 2.1 Data modeling OMS Carrier === 15 15 16 - **Readandunderstandthe followingbusinesscase**17 +Please implement the GET operation for Carrier taking the following into account: 17 17 18 -As eMagiz Ltd. we want to directly receive information from three external sources (FMS, OMS and Country Validator). We expect to get an immediate response in both success as well as failure cases. See below for specifications per system which provide data to the user eMagiz 19 -* FMS 20 - ** Retrieve Invoice Information 21 -* OMS 22 - ** Retrieve carrier information 23 - ** Retrieve parcel status 24 -* Country Validator 25 - ** Retrieve ISO3 code 19 +* Import both definition to create the response definitions for the GET operation 20 +* Ensure the proper reponse mapping is created 26 26 27 -=== 2.2 Model Capture phase === 28 - 29 -Please translate the above business case to a valid Capture phase. 30 - 31 -== 3. Solution == 22 +=== 2.1 Data modeling OMS Order === 32 32 24 +Please implement the POST operation for Order taking the following into account: 33 33 26 +* Check the provided XSD definitions for the gateway request and response message and alter the API Gateway data model accordingly. 27 +* Assumption is that the gateway and system messages are identical 28 + 29 +== 3. Solution == 30 + 34 34 )))((({{toc/}}))){{/container}}{{/container}}