Changes for page Calling a synchronous web service from Mendix
Last modified by Martijn Woudstra on 2023/04/13 15:33
From version 19.1
edited by Martijn Woudstra
on 2022/08/30 15:42
on 2022/08/30 15:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,17 +36,17 @@ 36 36 37 37 === 3.1.1 Request === 38 38 39 - 1.Request Mapping parameter*Mendix Domain Model object to export JSON or XML using specified export mapping40 - 2.Request Export mapping*Contains the export mapping from domain model object to XML or JSON41 - 3.Validate Request*Whether request should be validated or not42 - 4.Request Queue*enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.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. 43 43 44 44 === 3.1.2 Response === 45 45 46 - 1.Response queue*enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from47 - 2.Validate Response*Whether response should be validated or not48 - 3.Response import mapping*Mapping object from XML/JSON to domain model object49 - 4.Response Object type*Output domain model object of the import mapping and input for the microflow46 +* 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 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 - 1.Request Mapping parameter*Mendix Domain Model object to export JSON or XML using specified export mapping58 - 2.Request Export mapping*Contains the export mapping from domain model object to XML or JSON59 - 3.Validate Request*Whether request should be validated or not60 - 4.Request Queue*enter the proper value for the onramp request queue of eMagiz where the request message needs to be put on.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. 61 61 62 62 === 3.1.2 Response === 63 63 64 - 1.Response queue*enter the proper value for the onramp queue of eMagiz where the response message needs to be picked up from65 - 2.Validate Response*Whether response should be validated or not66 - 3.Response import mapping*Mapping object from XML/JSON to domain model object67 - 4.Response Object type*Output domain model object of the import mapping and input for the microflow64 +* 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 68 68 69 69 == 4. Assignment == 70 70