Changes for page Endpoint Check
Last modified by Erik Bakker on 2024/02/21 21:35
From version 46.1
edited by Eva Torken
on 2023/06/27 11:57
on 2023/06/27 11:57
Change comment:
There is no comment for this version
To version 40.1
edited by Erik Bakker
on 2022/06/12 09:39
on 2022/06/12 09:39
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e torken1 +XWiki.ebakker - Default language
-
... ... @@ -1,1 +1,0 @@ 1 -en - Content
-
... ... @@ -3,6 +3,9 @@ 3 3 4 4 Should you have any questions, please contact academy@emagiz.com. 5 5 6 +* Last update: June 11th, 2021 7 +* Required reading time: 7 minutes 8 + 6 6 == 1. Prerequisites == 7 7 * Basic knowledge of the eMagiz platform 8 8 ... ... @@ -18,10 +18,10 @@ 18 18 * These three things combined make up the first part of our endpoint that will vary per environment 19 19 * Following that we have a static remainder of the endpoint that is build up as follows: /ws/{path-specific-servlet-mapping}/ 20 20 * If you want to get to the WSDL simply add the name of the WSDL and the .wsdl extension to the endpoint when viewing it in the browser 21 - 24 + 22 22 == 3. Endpoint Check == 23 23 24 - When setting up a point at which your customers can talk to you eMagiz offers various methods of creating such a point. One of those options is by hosting a SOAP Webservice in eMagiz that handles XML messages asynchronously or synchronously. One last check to perform before you can communicate with the external parties that the endpoint is available to receive messages and up and running. In this microlearning, we will learn how you can perform such a check.27 +hen setting up a point at which your customers can talk to you eMagiz offers various methods of creating such a point. One of those options is by hosting a SOAP Webservice in eMagiz that handles XML messages asynchronously or synchronously. One last check to perform before you can communicate with the external parties that the endpoint is available to receive messages and up and running. In this microlearning, we will learn how you can perform such a check. 25 25 26 26 The endpoint consists of the following elements: 27 27 * Starts with https:// or http:// ... ... @@ -62,10 +62,10 @@ 62 62 [[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-endpoint-check--path-specific-servlet-mapping.png]] 63 63 64 64 Combining all of this, assuming we run in the eMagiz Cloud, will result in the following endpoint for our Test environment: 65 -* {{code}}https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/{{/code}}68 +* https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/ 66 66 67 67 Combining all of this, assuming we run locally on our laptop, will result in the following endpoint for our Test environment: 68 -* {{code}}http://localhost:9091/ws/spwbsrv-connector/{{/code}}71 +* http://localhost:9091/ws/spwbsrv-connector/ 69 69 70 70 === 3.5 Getting the WSDL name === 71 71 ... ... @@ -74,15 +74,20 @@ 74 74 [[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-endpoint-check--wsdl-name.png]] 75 75 76 76 With this information we could reach the WSDL via the following endpoint, assuming we run in the eMagiz Cloud: 77 -* {{code}}https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/spwbsrv-connector.wsdl{{/code}}80 +* https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/spwbsrv-connector.wsdl 78 78 79 79 With this information we could reach the WSDL via the following endpoint, assuming we run locally on our laptop: 80 -* {{code}}http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl{{/code}}83 +* http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl 81 81 82 82 With this information, you should be able to access the WSDL and communicate both the endpoint as well as the WSDL to your external parties. 83 83 84 -== 4. Keytakeaways==87 +== 4. Assignment == 85 85 89 +Determine the endpoint of your SOAP Webservice and retrieve the WSDL. 90 +This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment. 91 + 92 +== 5. Key takeaways == 93 + 86 86 * The endpoint consists of the following elements: 87 87 ** Starts with https:// or http:// 88 88 ** Second part is the host (i.e. where is the endpoint running) ... ... @@ -92,8 +92,12 @@ 92 92 ** If you want to get to the WSDL simply add the name of the WSDL and the .wsdl extension to the endpoint when viewing it in the browser 93 93 * The relevant information can be derived from the Jetty component and by determining where the endpoint is hosted 94 94 95 -== 5. Suggested Additional Readings ==103 +== 6. Suggested Additional Readings == 96 96 97 97 If you are interested in this topic and want more information on it please read the help text provided by eMagiz. 98 98 107 +== 7. Silent demonstration video == 108 + 109 +{{video attachment="novice-soap-webservice-connectivity-endpoint-check.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 110 + 99 99 )))((({{toc/}}))){{/container}}{{/container}}