Changes for page Handling Webservice Timeouts
Last modified by Danniar Firdausy on 2024/09/18 21:36
From version 4.1
edited by Erik Bakker
on 2022/09/01 09:54
on 2022/09/01 09:54
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - HandlingWebserviceTimeouts1 +intermediate-soap-webservice-connectivity-handling-webservice-timeouts - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Main. eMagiz Academy.Microlearnings.Intermediate Level.SOAPWebservice Connectivity.WebHome1 +Main.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.eMagiz - Content
-
... ... @@ -1,12 +1,18 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 + 5 +# Handling web service Timeouts 6 + 4 4 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. 5 5 6 -Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].9 +Should you have any questions, please get in touch with academy@emagiz.com. 7 7 11 +- Last update: April 7th, 2022 12 +- Required reading time: 5 minutes 13 + 8 8 == 1. Prerequisites == 9 - *Basic knowledge of the eMagiz platform15 +- Basic knowledge of the eMagiz platform 10 10 11 11 == 2. Key concepts == 12 12 This microlearning centers around handling web service timeouts on SOAP Webservice calls. ... ... @@ -13,7 +13,7 @@ 13 13 14 14 With SOAP, we mean A messaging protocol specification for exchanging structured information in implementing web services in computer networks. 15 15 16 - *To manipulate the standard timeout on a SOAP web service in eMagiz, you need an HTTP Components message sender (support object)22 +- To manipulate the standard timeout on a SOAP web service in eMagiz, you need an HTTP Components message sender (support object) 17 17 18 18 == 3. Calling a SOAP Webservice == 19 19 ... ... @@ -42,11 +42,12 @@ 42 42 43 43 == 5. Key takeaways == 44 44 45 - *To manipulate the default timeout, use the HTTP Components message sender46 - *Note that the values need to be supplied in milliseconds47 - *Don't forget to link the support object to the functional component48 - *Don't fill in a crazily high number for the timeout, as that could lead to slower processing of messages51 +- To manipulate the default timeout, use the HTTP Components message sender 52 +- Note that the values need to be supplied in milliseconds 53 +- Don't forget to link the support object to the functional component 54 +- Don't fill in a crazily high number for the timeout, as that could lead to slower processing of messages 49 49 56 + 50 50 == 6. Suggested Additional Readings == 51 51 52 52 If you are interested in this topic and want more information, please read the help text provided by eMagiz. ... ... @@ -53,8 +53,10 @@ 53 53 54 54 == 7. Silent demonstration video == 55 55 56 - {{videoattachment="intermediate-soap-webservice-connectivity-handling-webservice-timeouts.mp4"reference="Main.Videos.Microlearning.WebHome"/}})))63 +<iframe width="1280" height="720" src="../../vid/microlearning/" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 57 57 58 -((({{toc/}}))){{/container}} 59 -{{/container}} 65 +{{video attachment="intermediate-soap-webservice-connectivity-handling-webservice-timeouts.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 60 60 67 + 68 +((({{toc/}}))){{/container}}{{/container}} 69 +