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

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

Summary

Details

Page properties
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -3,6 +3,9 @@
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 +
6 6  == 1. Prerequisites ==
7 7  * Basic knowledge of the eMagiz platform
8 8  
... ... @@ -18,7 +18,7 @@
18 18  * Authentication
19 19  
20 20  Of these four points, we will zoom in on the validation part of our SOAP Webservice in this microlearning.
21 -
24 +
22 22  == 3. Validate Incoming Messages ==
23 23  
24 24  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.