Last modified by Erik Bakker on 2024/08/26 12:39

From version 36.1
edited by Erik Bakker
on 2022/06/12 09:36
Change comment: There is no comment for this version
To version 38.1
edited by Erik Bakker
on 2022/08/22 15:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -3,9 +3,6 @@
3 3  
4 4  Should you have any questions, please contact academy@emagiz.com.
5 5  
6 -* Last update: June 10th, 2021
7 -* Required reading time: 7 minutes
8 -
9 9  == 1. Prerequisites ==
10 10  * Basic knowledge of the eMagiz platform
11 11  
... ... @@ -21,7 +21,7 @@
21 21  * Authentication
22 22  
23 23  Of these four points, we will zoom in on the validation part of our SOAP Webservice in this microlearning.
24 -
21 +
25 25  == 3. Validate Incoming Messages ==
26 26  
27 27  When setting up a point at which your customers can talk to you eMagiz offers various methods of creating such a point. One of those options is by hosting a SOAP Webservice in eMagiz that handles XML messages asynchronously or synchronously. In this microlearning, we will zoom in on the part that validation of the messages plays when offering such a SOAP web service.