How can I test whether the WebService is up and running?

Category: Integrations

The WebService registers its SOAP interface on port 9000 (can be changed in the configuration file) after one minute when the service gets started. You might check the web service by calling the following URL from any browser:

http://<JDiscDiscoveryServerIP>:9000/InventoryLogon?wsdl

When the service is active, then the URL returns the XML description of the logon web service SOAP interface. When the URL returns an error, then the web service is not active. Check the logs (logs folder) for error messages.