Last modified by Danniar Firdausy on 2024/09/18 21:36

From version 3.1
edited by eMagiz
on 2022/06/10 13:18
Change comment: There is no comment for this version
To version 4.1
edited by Erik Bakker
on 2022/09/01 09:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.eMagiz
1 +XWiki.ebakker
Content
... ... @@ -1,16 +1,12 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}
3 3  (((
4 -
5 5  When talking to external parties via a SOAP web service, you need to define in eMagiz that you want to call a SOAP web service so eMagiz will form a correct SOAP message. In our previous [course](novice-soap-webservice-connectivity-index.md), we learned how to call a SOAP web service and how you can ensure that detailed faults are returned to the user. In this microlearning, we will build on this knowledge by learning what you can do when confronted with webservice timeouts from an external party.
6 6  
7 7  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
8 8  
9 -- Last update: April 7th, 2022
10 -- Required reading time: 5 minutes
11 -
12 12  == 1. Prerequisites ==
13 -- Basic knowledge of the eMagiz platform
9 +* Basic knowledge of the eMagiz platform
14 14  
15 15  == 2. Key concepts ==
16 16  This microlearning centers around handling web service timeouts on SOAP Webservice calls.
... ... @@ -17,7 +17,7 @@
17 17  
18 18  With SOAP, we mean A messaging protocol specification for exchanging structured information in implementing web services in computer networks.
19 19  
20 -- To manipulate the standard timeout on a SOAP web service in eMagiz, you need an HTTP Components message sender (support object)
16 +* To manipulate the standard timeout on a SOAP web service in eMagiz, you need an HTTP Components message sender (support object)
21 21  
22 22  == 3. Calling a SOAP Webservice ==
23 23  
... ... @@ -46,12 +46,11 @@
46 46  
47 47  == 5. Key takeaways ==
48 48  
49 -- To manipulate the default timeout, use the HTTP Components message sender
50 -- Note that the values need to be supplied in milliseconds
51 -- Don't forget to link the support object to the functional component
52 -- Don't fill in a crazily high number for the timeout, as that could lead to slower processing of messages
45 +* To manipulate the default timeout, use the HTTP Components message sender
46 +* Note that the values need to be supplied in milliseconds
47 +* Don't forget to link the support object to the functional component
48 +* Don't fill in a crazily high number for the timeout, as that could lead to slower processing of messages
53 53  
54 -
55 55  == 6. Suggested Additional Readings ==
56 56  
57 57  If you are interested in this topic and want more information, please read the help text provided by eMagiz.
... ... @@ -58,11 +58,8 @@
58 58  
59 59  == 7. Silent demonstration video ==
60 60  
61 -{{video attachment="intermediate-soap-webservice-connectivity-handling-webservice-timeouts.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
56 +{{video attachment="intermediate-soap-webservice-connectivity-handling-webservice-timeouts.mp4" reference="Main.Videos.Microlearning.WebHome"/}})))
62 62  
63 -
64 -)))
65 -
66 66  ((({{toc/}}))){{/container}}
67 67  {{/container}}
68 68