This document is archived and information here might be outdated.  Recommended version.


IServiceCatalogAdmin3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalogAdmin3 Interface
ArcGIS Developer Help

IServiceCatalogAdmin3 Interface

Provides access to members that control the contents of an ArcGIS Server web services catalog.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceCatalogAdmin and IServiceCatalogAdmin2.

Members

Name Description
Method CreateServiceDescription Creates a new web service description.
Method CreateServiceDescriptionArray Creates a new array of web service descriptions.
Method CreateServiceFolderArray Creates a new array of web service folders.
Method GetCatalogDescriptionDocument The WSDL for the Service Catalog.
Method GetDescriptionDocument The WSDL for a specified service.
Write-only property MessageFormats The message formats supported by the web services in the catalog.
Write-only property MessageVersion The message version supported by the server.
Write-only property RequiresTokens Indicates whether the service catalog should require tokens for authentication.
Write-only property ServiceDescriptions The array of the web service descriptions for the web service catalog.
Write-only property ServiceFolders The array of the web service folders for the web service catalog.
Write-only property TokenServiceURL Token service url.

Inherited Interfaces

Interfaces Description
IServiceCatalogAdmin2 Provides access to members that control the contents of an ArcGIS Server web services catalog.
IServiceCatalogAdmin Provides access to members that control the contents of an ArcGIS Server web services catalog.

Classes that implement IServiceCatalogAdmin3

Classes Description