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

From version 38.1
edited by Erik Bakker
on 2022/06/12 09:38
Change comment: There is no comment for this version
To version 40.1
edited by Erik Bakker
on 2023/01/23 08:28
Change comment: There is no comment for this version

Summary

Details

Page properties
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 authentication part of our SOAP Webservice in this microlearning.
24 -
21 +
25 25  == 3. Securing your SOAP Webservice ==
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 security plays on a client level when hosting a SOAP web service.
... ... @@ -32,7 +32,7 @@
32 32  * Validation
33 33  * Authentication
34 34  
35 -Of these four points, we will zoom in on the authentication part of our SOAP Webservice in this microlearning. When hosting your SOAP web service in the eMagiz Cloud the endpoint will be HTTPS secured on default. If you want to mimic the same result for an on-premise environment you should define the valid SSL settings (https://my.emagiz.com/p/question/172825635700357186).
32 +Of these four points, we will zoom in on the authentication part of our SOAP Webservice in this microlearning. When hosting your SOAP web service in the eMagiz Cloud the endpoint will be HTTPS secured on default. If you want to mimic the same result for an on-premise environment you should define the valid SSL settings, as explained in this [[Q&A>>https://my.emagiz.com/p/question/172825635700357186||target="blank"]].
36 36  
37 37  Apart from that aspect of security, we should also consider how clients that call the SOAP Web service will authenticate themselves upon entry. Within eMagiz, we advise a two-step approach. Each client that wants to call your SOAP Webservice should:
38 38