Accessing Web Service
Iotellect Server Web Service is available at the following addresses:
https://
server_host_name:
server_ssl_port/ws/services/ServerWebService
(for secure HTTPS-based connections)http://
server_host_name:
server_non_ssl_port/ws/services/ServerWebService
(for non-secure HTTP connections)
server_host_name is the IP address or host name of the server. It may match one of the aliases defined in the host name aliases list Global Configuration Setting.
server_ssl_port is the port number on which Iotellect Server accepts incoming secure HTTP (HTTPS) connections. Default value is 8443. This port is defined by Port number to listen for HTTPS (secure) connections Global Configuration Setting.
server_non_ssl_port is the port number on that Iotellect Server accepts incoming HTTP connections. Default value is 8080. This port is defined by Port number to listen for HTTP (non-secure) connections Global Configuration Setting.
![]() | Non-secure HTTP access to the Web Service is disabled by default. It can be enabled by turning on Enable non-secure access to web applications Global Configuration Setting. |
![]() | Example: If Iotellect Server is running on the local host and all settings are set to their defaults, you can access the Web Service using the following URL:
|
Was this page helpful?