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.
When To Use
The IServiceCatalogAdmin interface is intended only for use by the web service catalog template applications that are included as part of the Application Developer Framework for ArcGIS Server. To learn more about these templates, refer to the ArcGIS Server developer documentation.
Members
Description | ||
---|---|---|
CreateServiceDescription | Creates a new web service description. | |
CreateServiceDescriptionArray | Creates a new array of web service descriptions. | |
GetCatalogDescriptionDocument | The WSDL for the Service Catalog. | |
GetDescriptionDocument | The WSDL for a specified service. | |
ServiceDescriptions | The array of the web service descriptions for the web service catalog. |
CoClasses that implement IServiceCatalogAdmin
CoClasses and Classes | Description |
---|---|
ServiceCatalog | The ServiceCatalog object, which implements the Service Catalog. |