Changes for page Endpoint Check

Last modified by Erik Bakker on 2024/02/21 21:35

From version 43.1
edited by Erik Bakker
on 2023/01/23 08:30
Change comment: There is no comment for this version
To version 46.1
edited by Eva Torken
on 2023/06/27 11:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.etorken
Content
... ... @@ -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/}}
65 +* {{code}}https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/{{/code}}
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 -* http://localhost:9091/ws/spwbsrv-connector/
68 +* {{code}}http://localhost:9091/ws/spwbsrv-connector/{{/code}}
69 69  
70 70  === 3.5 Getting the WSDL name ===
71 71  
... ... @@ -74,20 +74,15 @@
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 -* https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/spwbsrv-connector.wsdl
77 +* {{code}}https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/spwbsrv-connector.wsdl{{/code}}
78 78  
79 79  With this information we could reach the WSDL via the following endpoint, assuming we run locally on our laptop:
80 -* http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl
80 +* {{code}}http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl{{/code}}
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. Assignment ==
84 +== 4. Key takeaways ==
85 85  
86 -Determine the endpoint of your SOAP Webservice and retrieve the WSDL.
87 -This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment.
88 -
89 -== 5. Key takeaways ==
90 -
91 91  * The endpoint consists of the following elements:
92 92   ** Starts with https:// or http://
93 93   ** Second part is the host (i.e. where is the endpoint running)
... ... @@ -97,12 +97,8 @@
97 97   ** 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
98 98  * The relevant information can be derived from the Jetty component and by determining where the endpoint is hosted
99 99  
100 -== 6. Suggested Additional Readings ==
95 +== 5. Suggested Additional Readings ==
101 101  
102 102  If you are interested in this topic and want more information on it please read the help text provided by eMagiz.
103 103  
104 -== 7. Silent demonstration video ==
105 -
106 -{{video attachment="novice-soap-webservice-connectivity-endpoint-check.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
107 -
108 108  )))((({{toc/}}))){{/container}}{{/container}}