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

From version 1.1
edited by Erik Bakker
on 2022/05/03 09:44
Change comment: There is no comment for this version
To version 39.1
edited by eMagiz
on 2022/07/04 15:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Migration Paths
1 +Calling a SOAP Web service
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.eMagiz Academy.WebHome
1 +Main.eMagiz Academy.Use Cases.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Content
... ... @@ -1,0 +1,69 @@
1 +In this course, you will find the collection of the relevant Microlearnings that you can refer to when sending data to a SOAP Webservice. You can study these microlearnings in the order as presented here to learn in one go all about sending data to a SOAP web service in eMagiz. Note that the referenced microlearnings are identical to those under the Microlearning section.
2 +
3 +{{info}}
4 +**Relevant Store content**
5 +The following Store content could be leveraged for this use case.
6 +* [[Add SOAP Structure>>Main.eMagiz Store.Accelerators.Add SOAP Structure.WebHome||target="blank"]]
7 +* [[SOAP Connectivity>>Main.eMagiz Store.Accelerators.SOAP Web service Connectivity.WebHome||target="blank"]]
8 +{{/info}}
9 +
10 +(% style="border-color:#10137e" %)
11 +----
12 +{{html}}
13 +<div class="ez-academy">
14 + <div class="ez-academy_body">
15 + <main class="master">
16 + <ul class="strip-container">
17 + <li class="strip">
18 + <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/Novice/SOAP%20Web%20service%20Connectivity/novice-soap-webservice-connectivity-calling-a-soap-webservice" class="strip__link">
19 + <label for="" class="strip__label">
20 + <span>5</span>
21 + Calling a SOAP Webservice
22 + </label>
23 + <div class="strip__attribute">
24 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
25 + <div class="strip__attribute-label">5 minutes</div>
26 + </div>
27 + <div class="strip__attribute">
28 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
29 + <div class="strip__attribute-label">Developer</div>
30 + </div>
31 + </a>
32 + </li>
33 + <li class="strip">
34 + <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/Novice/SOAP%20Web%20service%20Connectivity/novice-soap-webservice-connectivity-authorization-calling-a-soap-webservice" class="strip__link">
35 + <label for="" class="strip__label">
36 + <span>5</span>
37 + Authorization - Calling a SOAP Webservice
38 + </label>
39 + <div class="strip__attribute">
40 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
41 + <div class="strip__attribute-label">5 minutes</div>
42 + </div>
43 + <div class="strip__attribute">
44 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
45 + <div class="strip__attribute-label">Developer</div>
46 + </div>
47 + </a>
48 + </li>
49 + <li class="strip">
50 + <a href="/bin/view/Main/eMagiz%20Academy/Microlearnings/Novice/SOAP%20Web%20service%20Connectivity/novice-soap-webservice-connectivity-soap-headers" class="strip__link">
51 + <label for="" class="strip__label">
52 + <span>5</span>
53 + SOAP Headers
54 + </label>
55 + <div class="strip__attribute">
56 + <img class="strip__attribute-icon strip__attribute-icon--duration" src="/bin/download/Main/Images/General/WebHome/icon-duration32.svg"/>
57 + <div class="strip__attribute-label">5 minutes</div>
58 + </div>
59 + <div class="strip__attribute">
60 + <img class="strip__attribute-icon strip__attribute-icon--roles" src="/bin/download/Main/Images/General/WebHome/icon-roles32.svg"/>
61 + <div class="strip__attribute-label">Developer</div>
62 + </div>
63 + </a>
64 + </li>
65 + </ul>
66 + </main>
67 + </div>
68 +</div>
69 +{{/html}}