O V E R V I E W

Catalog Services

An ArcGIS Server instance maintains a list of services and their properties, such as name, type, and folder.  The Catalog service enables you to traverse and explore the services exposed by an ArcGIS Server instance.  Each instance provides one Catalog service.  An ArcGIS Server instance includes the ArcGIS Server Web services application to handle SOAP requests and responses.  The application is configured for use in a folder named "services".   

 

You can use the Catalog service to:

 

WSDL syntax

 

http://<Web Server Hostname>/<ArcGIS Instance>/services?wsdl 

 

Methods
 

Proxy method

Description

GetFolders

Return a list of accessible folder names available on an ArcGIS Server Web site.

 

GetMessageFormats

Returns the message types supported by the ArcGIS Server SOAP services.

 

GetMessageVersion

Returns the ArcGIS Server version supported by the ArcGIS Server Web services on this site.

 

GetServiceDescriptions

Returns an array of service descriptions that provide information on the type, name, capabilities, and url endpoint of ArcGIS Server Web services available.

 

GetServiceDescriptionsEx

Returns an array of service descriptions that provide information on the type, name, capabilities, and url endpoint of ArcGIS Server Web services in a specific folder.

 

GetTokenServiceURL

The url to an ArcGIS Server Web sites token service used to generate tokens for clients.  

 

RequiresTokens

Indicates if a token service has been enabled on an ArcGIS Server Web site.