Changes for page Handling Webservice Timeouts
Last modified by Danniar Firdausy on 2024/09/18 21:36
From version 9.9
edited by Danniar Firdausy
on 2024/09/13 09:06
on 2024/09/13 09:06
Change comment:
There is no comment for this version
To version 9.10
edited by Danniar Firdausy
on 2024/09/18 21:36
on 2024/09/18 21:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 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>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.WebHome]], welearned how to call a SOAP web service andhow you cannsurethatdetailed faultsare returnedto theuser. In this microlearning,we willbuildon thisknowledgebylearningwhatyoucandowhenconfrontedwithwebservicetimeouts fromparty.4 +In our previous [[module>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.WebHome]], we explored how to call a SOAP web service and manage detailed faults. Building on that foundation, this microlearning will focus on addressing web service timeouts from external parties. We’ll cover how to adjust the default timeout settings in eMagiz using the HTTP Components message sender to ensure smoother communication with external services. 5 5 6 6 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 7 7 ... ... @@ -10,9 +10,7 @@ 10 10 11 11 == 2. Key concepts == 12 12 This microlearning centers around handling web service timeouts on SOAP Webservice calls. 13 - 14 -With SOAP, we mean A messaging protocol specification for exchanging structured information in implementing web services in computer networks. 15 - 13 +* With SOAP, we mean A messaging protocol specification for exchanging structured information in implementing web services in computer networks. 16 16 * 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 == ... ... @@ -37,10 +37,10 @@ 37 37 38 38 == 4. Key takeaways == 39 39 40 -* To man ipulate the default timeout,useheHTTPComponentsmessage sender41 -* Note thatthevalues need to be suppliedinmilliseconds42 -* Don't forgettolinkthesupport object to thefunctionalcomponent43 -* Don'tfill in a crazily highnumber forthe timeout,as thatcouldleadto slowerprocessing of messages38 +* Use the HTTP Components message sender to customize the default timeout settings for SOAP web service calls. 39 +* Enter timeout values in milliseconds. For example, a 120-second timeout should be set as 120000 milliseconds. 40 +* Ensure you connect the HTTP Components message sender to the web service outbound gateway for the settings to take effect. 41 +* Setting an excessively high timeout could delay the processing of other messages, as eMagiz processes one message at a time by default. 44 44 45 45 == 5. Suggested Additional Readings == 46 46