SOAP Implementation
The SSC server provides the following web services:
- ComponentExecutor
- SecurityProvider
- LicensingProvider
- LocatorServiceProvider.
The web service URL for reading the WSDL for one of these services is
constructed using the following template:
http://server:port/connect/wsdl/servicename
.
So to read the WSDL for the ComponentExecutor object on the local
machine using the default port, the following URL would be used:
http://localhost:8080/connect/wsdl/ComponentExecutor
.
See related links for more detail on the given web services. The method signatures are given in a language neutral form.