Changes for page Endpoint Check

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

From version 41.1
edited by Erik Bakker
on 2022/08/22 15:43
Change comment: There is no comment for this version
To version 45.1
edited by Erik Bakker
on 2023/01/23 08:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -3,9 +3,6 @@
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 -
9 9  == 1. Prerequisites ==
10 10  * Basic knowledge of the eMagiz platform
11 11  
... ... @@ -65,10 +65,10 @@
65 65  [[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-endpoint-check--path-specific-servlet-mapping.png]]
66 66  
67 67  Combining all of this, assuming we run in the eMagiz Cloud, will result in the following endpoint for our Test environment:
68 -* https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/
65 +* {{code}}https://spwbsrv-test-cloud0001.emagizcloud.com/ws/spwbsrv-connector/{{/code}}
69 69  
70 70  Combining all of this, assuming we run locally on our laptop, will result in the following endpoint for our Test environment:
71 -* http://localhost:9091/ws/spwbsrv-connector/
68 +* {{code}}http://localhost:9091/ws/spwbsrv-connector/{{/code}}
72 72  
73 73  === 3.5 Getting the WSDL name ===
74 74  
... ... @@ -77,10 +77,10 @@
77 77  [[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-endpoint-check--wsdl-name.png]]
78 78  
79 79  With this information we could reach the WSDL via the following endpoint, assuming we run in the eMagiz Cloud:
80 -* 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}}
81 81  
82 82  With this information we could reach the WSDL via the following endpoint, assuming we run locally on our laptop:
83 -* http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl
80 +* {{code}}http://localhost:9091/ws/spwbsrv-connector/spwbsrv-connector.wsdl{{/code}}
84 84  
85 85  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.
86 86