Last modified by Martijn Woudstra on 2023/04/13 15:33

From version 21.1
edited by Martijn Woudstra
on 2023/04/13 15:33
Change comment: Imported from XAR
To version 20.1
edited by Martijn Woudstra
on 2022/08/30 15:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,17 +36,17 @@
36 36  
37 37  === 3.1.1 Request ===
38 38  
39 -* Request Mapping parameter: Mendix Domain Model object to export JSON or XML using specified export mapping
40 -* Request Export mapping: Contains the export mapping from domain model object to XML or JSON
41 -* Validate Request: Whether request should be validated or not
42 -* Request Queue: enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.
39 +1. Request Mapping parameter * Mendix Domain Model object to export JSON or XML using specified export mapping
40 +2. Request Export mapping * Contains the export mapping from domain model object to XML or JSON
41 +3. Validate Request * Whether request should be validated or not
42 +4. Request Queue * enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.
43 43  
44 44  === 3.1.2 Response ===
45 45  
46 -* Response queue: enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from
47 -* Validate Response: Whether response should be validated or not
48 -* Response import mapping: Mapping object from XML/JSON to domain model object
49 -* Response Object type: Output domain model object of the import mapping and input for the microflow
46 +1. Response queue * enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from
47 +2. Validate Response * Whether response should be validated or not
48 +3. Response import mapping * Mapping object from XML/JSON to domain model object
49 +4. Response Object type * Output domain model object of the import mapping and input for the microflow
50 50  
51 51  === 3.2 Sending synchronous messages and returning a list ===
52 52  
... ... @@ -54,17 +54,17 @@
54 54  
55 55  === 3.1.1 Request ===
56 56  
57 -* Request Mapping parameter: Mendix Domain Model object to export JSON or XML using specified export mapping
58 -* Request Export mapping: Contains the export mapping from domain model object to XML or JSON
59 -* Validate Request: Whether request should be validated or not
60 -* Request Queue: enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.
57 +1. Request Mapping parameter * Mendix Domain Model object to export JSON or XML using specified export mapping
58 +2. Request Export mapping * Contains the export mapping from domain model object to XML or JSON
59 +3. Validate Request * Whether request should be validated or not
60 +4. Request Queue * enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.
61 61  
62 62  === 3.1.2 Response ===
63 63  
64 -* Response queue: enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from
65 -* Validate Response: Whether response should be validated or not
66 -* Response import mapping: Mapping object from XML/JSON to domain model object
67 -* Response Object type: Output domain model object of the import mapping and input for the microflow
64 +1. Response queue * enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from
65 +2. Validate Response * Whether response should be validated or not
66 +3. Response import mapping * Mapping object from XML/JSON to domain model object
67 +4. Response Object type * Output domain model object of the import mapping and input for the microflow
68 68  
69 69  == 4. Assignment ==
70 70