Changes for page Validation

Last modified by Danniar Firdausy on 2024/09/19 08:56

From version 24.1
edited by Erik Bakker
on 2022/09/01 08:28
Change comment: There is no comment for this version
To version 27.3
edited by Danniar Firdausy
on 2024/09/12 12:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.dfirdausy
Content
... ... @@ -1,6 +1,4 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -= Validation =
3 -
4 4  In the previous microlearning, we learned how to configure a REST service. In this microlearning, we will discuss how you can validate whether the party calling your REST endpoint is sending the correct information in terms of the structure of the message. We will also learn how you can subsequently report back to the client that a validation error occurred.
5 5  
6 6  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
... ... @@ -39,14 +39,8 @@
39 39  
40 40  if (exists(//err:xml-validation-exception)) then 'validation' else if (exists(//err:exception[@class='org.springframework.integration.MessageTimeoutException'])) then 'timeout' else ''
41 41  
42 -== 4. Assignment ==
40 +== 4. Key takeaways ==
43 43  
44 -Navigate to a flow within your (Academy) project in which you host a REST Webservice.
45 -Ensure that when a validation error is thrown, eMagiz will return a proper response to the client.
46 -This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment.
47 -
48 -== 5. Key takeaways ==
49 -
50 50  * The external application pushes data to a REST web service (or API) hosted by eMagiz
51 51  * When doing so, the external application should adhere to the defined data structure
52 52  * If not, we need to refuse the call and respond with an error message
... ... @@ -53,12 +53,16 @@
53 53  * eMagiz auto generates a lot when using the API Gateway
54 54  * You need to recreate this when using the same functionality in a messaging flow
55 55  
56 -== 6. Suggested Additional Readings ==
48 +== 5. Suggested Additional Readings ==
57 57  
58 -If you are interested in this topic and want more information, please read the help text provided by eMagiz.
50 +If you are interested in this topic and want more information on it please read the help text provided by eMagiz when executing these actions and read the following links:
59 59  
60 -== 7. Silent demonstration video ==
52 +* [[Crash Courses (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]]
53 +** [[Crash Course Messaging (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.WebHome||target="blank"]]
54 +*** [[Filter (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-filter||target="blank"]]
55 +* [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
56 +** [[REST Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity Messaging.WebHome||target="blank"]]
57 +*** [[Configuration REST web service (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity.intermediate-rest-webservice-connectivity-configuration-gen3||target="blank"]]
58 +* [[Host REST web service (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22host+REST+web+service%22||target="blank"]]
61 61  
62 -Please check out the store for a working example for a messaging solution.
63 -
64 64  )))((({{toc/}}))){{/container}}{{/container}}