Changes for page Endpoint Check
Last modified by Danniar Firdausy on 2024/09/04 10:26
From 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
To version 41.1
edited by Erik Bakker
on 2022/08/22 15:43
on 2022/08/22 15:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,10 +21,10 @@ 21 21 * These three things combined make up the first part of our endpoint that will vary per environment 22 22 * Following that we have a static remainder of the endpoint that is build up as follows: /ws/{path-specific-servlet-mapping}/ 23 23 * 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 24 - 24 + 25 25 == 3. Endpoint Check == 26 26 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. 27 +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. 28 28 29 29 The endpoint consists of the following elements: 30 30 * Starts with https:// or http://