Gets an array of service descriptions that provide information on the type (e.g. MapServer), name, capabilities (e.g. Map), and URL endpoint of ArcGIS Server Web services available. The services must be running to be included in the array of service descriptions.
GetServiceDescriptions()
Return Value
An array of ServiceDescription objects.
Remarks
Service descriptions provide a convenient way to programmatically traverse services available on an ArcGIS Server site. A service must be accessible by the identity defined via credentials on the Catalog SOAP proxy to return a service description.
Examples