Chapter 46. SOAP WebService API
The CloverDX Server SOAP Web Service is an advanced API that provides an automation alternative to the Simple HTTP API. While most of the HTTP API operations are available in the SOAP interface too, the SOAP API provides additional operations for manipulating sandboxes, monitoring, etc.
The SOAP API service is accessible on URL:
http://[host]:[port]/clover/webservice
The SOAP API service descriptor is accessible on URL:
http://[host]:[port]/clover/webservice?wsdl
Protocol HTTP can be changed to secured HTTPS based on the web server configuration.