Changes for page Complete Solution Design
Last modified by Eva Torken on 2024/03/01 14:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,10 +12,21 @@ 12 12 13 13 Below the exercises for this part of the crash course. 14 14 15 -=== 2.1 Modelthe businesscase ===15 +=== 2.1 Data modeling OMS Carrier === 16 16 17 -Please to model the business case in Capture & Design depicting the flow of data. 17 +Please implement the GET operation for Carrier taking the following into account: 18 + 19 +* Import both definition to create the response definitions for the GET operation 20 +* Ensure the proper reponse mapping is created 18 18 22 +=== 2.1 Data modeling OMS Order === 23 + 24 +Please implement the POSt operation for Order taking the following into account: 25 + 26 +* Import both definition to create the request definitions for the POST 27 +* Ensure the proper request mapping is created 28 +* Assumption is that the gateway and system messages are identical 29 + 19 19 == 3. Solution == 20 20 21 21