Catalog Service GetServiceDescriptionsEx method

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 in a specific folder.  The services must be running to be included in the array of service descriptions.

 

GetServiceDescriptionsEx(string FolderName)

 

Parameter

Description

FolderName 

A string representing the name of a folder on an ArcGIS Server Web site.  Use an empty string to represent the root folder. 

 

Return Value

 

An array of ServiceDescription objects.
 

Remarks

 

Only service descriptions for services in the defined folder will be returned.  The folder must be accessible by the identity defined via credentials on the Catalog SOAP proxy.  Use the GetServiceDescriptions method to return service descriptions for all accessible services on the ArcGIS Server Web site, regardless of folder location.
 

 

Examples

C#

VB.NET

Java