Changes for page Securing Data Traffic

Last modified by Erik Bakker on 2024/09/24 16:15

From version 26.1
edited by Erik Bakker
on 2022/05/03 12:48
Change comment: There is no comment for this version
To version 31.1
edited by Erik Bakker
on 2022/05/03 12:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Flow Management
1 +SOAP Web service Connectivity
Content
... ... @@ -1,6 +1,6 @@
1 -In this course, we will learn the basics when it comes to flow management. In this course we will focus on how you can remove a flow from Create and which checks you should perform beforehand and learn about resetting a flow and the impact of that action.
1 +In this course, we will learn how you can communicate with external parties via SOAP web services. Part of the course is dedicated to learning how you can easily and correctly set up a SOAP web service that others can call. The other part of the course will shift focus to you calling an external SOAP web service.
2 2  
3 -* **Total time:** between 10 and 20 minutes
3 +* **Total time:** between 45 and 60 minutes
4 4  
5 5  
6 6  (% style="border-color:#10137e" %)
... ... @@ -11,13 +11,77 @@
11 11   <main class="master">
12 12   <ul class="strip-container">
13 13   <li class="strip">
14 - <a href="../../docs/microlearning/novice-flow-management-remove-flows-from-create" class="strip__link">
14 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-configure-your-soap-webservice" class="strip__link">
15 15   <label for="" class="strip__label">
16 - <span>104</span>
17 - Remove flows from Create
16 + <span>109</span>
17 + Configure your SOAP Webservice
18 18   </label>
19 19   <div class="strip__attribute">
20 20   <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
21 + <div class="strip__attribute-label">7 minutes</div>
22 + </div>
23 + <div class="strip__attribute">
24 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
25 + <div class="strip__attribute-label">Developer</div>
26 + </div>
27 + </a>
28 + </li>
29 + <li class="strip">
30 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-securing-your-soap-webservice" class="strip__link">
31 + <label for="" class="strip__label">
32 + <span>109</span>
33 + Securing your SOAP Webservice
34 + </label>
35 + <div class="strip__attribute">
36 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
37 + <div class="strip__attribute-label">7 minutes</div>
38 + </div>
39 + <div class="strip__attribute">
40 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
41 + <div class="strip__attribute-label">Developer</div>
42 + </div>
43 + </a>
44 + </li>
45 + <li class="strip">
46 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-validate-incoming-messages" class="strip__link">
47 + <label for="" class="strip__label">
48 + <span>109</span>
49 + Validate Incoming Messages
50 + </label>
51 + <div class="strip__attribute">
52 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
53 + <div class="strip__attribute-label">7 minutes</div>
54 + </div>
55 + <div class="strip__attribute">
56 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
57 + <div class="strip__attribute-label">Developer</div>
58 + </div>
59 + </a>
60 + </li>
61 + <li class="strip">
62 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-endpoint-check" class="strip__link">
63 + <label for="" class="strip__label">
64 + <span>109</span>
65 + Endpoint Check
66 + </label>
67 + <div class="strip__attribute">
68 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
69 + <div class="strip__attribute-label">7 minutes</div>
70 + </div>
71 + <div class="strip__attribute">
72 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
73 + <div class="strip__attribute-label">Developer</div>
74 + </div>
75 + </a>
76 + </li>
77 + <li class="strip">
78 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-soap-headers" class="strip__link">
79 + <label for="" class="strip__label">
80 + <span>109</span>
81 + SOAP Headers
82 + </label>
83 + <div class="strip__attribute">
84 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
21 21   <div class="strip__attribute-label">5 minutes</div>
22 22   </div>
23 23   <div class="strip__attribute">
... ... @@ -26,11 +26,11 @@
26 26   </div>
27 27   </a>
28 28   </li>
29 - <li class="strip">
30 - <a href="../../docs/microlearning/novice-flow-management-reset-flows" class="strip__link">
93 + <li class="strip">
94 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-calling-a-soap-webservice" class="strip__link">
31 31   <label for="" class="strip__label">
32 - <span>104</span>
33 - Reset Flows
96 + <span>109</span>
97 + Calling a SOAP Webservice
34 34   </label>
35 35   <div class="strip__attribute">
36 36   <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
... ... @@ -42,6 +42,22 @@
42 42   </div>
43 43   </a>
44 44   </li>
109 + <li class="strip">
110 + <a href="../../docs/microlearning/novice-soap-webservice-connectivity-authorization-calling-a-soap-webservice" class="strip__link">
111 + <label for="" class="strip__label">
112 + <span>109</span>
113 + Authorization - Calling a SOAP Webservice
114 + </label>
115 + <div class="strip__attribute">
116 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
117 + <div class="strip__attribute-label">5 minutes</div>
118 + </div>
119 + <div class="strip__attribute">
120 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
121 + <div class="strip__attribute-label">Developer</div>
122 + </div>
123 + </a>
124 + </li>
45 45   </ul>
46 46   </main>
47 47   </div>