Last modified by Danniar Firdausy on 2024/09/05 14:24

From version 39.1
edited by Erik Bakker
on 2022/08/22 14:57
Change comment: There is no comment for this version
To version 38.1
edited by Erik Bakker
on 2022/06/12 09:38
Change comment: There is no comment for this version

Summary

Details

Page properties
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 authentication part of our SOAP Webservice in this microlearning.
21 -
24 +
22 22  == 3. Securing your SOAP Webservice ==
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 security plays on a client level when hosting a SOAP web service.