IServiceCatalogAdmin Interface

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

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 for Server. To learn more about these templates, refer to the ArcGIS for Server developer documentation.

Members

Name Description
Method CreateServiceDescription Creates a new web service description.
Method CreateServiceDescriptionArray Creates a new array of web service descriptions.
Method GetCatalogDescriptionDocument The WSDL for the Service Catalog.
Method GetDescriptionDocument The WSDL for a specified service.
Write-only property ServiceDescriptions The array of the web service descriptions for the web service catalog.

IServiceCatalogAdmin.CreateServiceDescription Method

Creates a new web service description.

Public Function CreateServiceDescription ( _
) As IServiceDescription
public IServiceDescription CreateServiceDescription (
);

IServiceCatalogAdmin.CreateServiceDescriptionArray Method

Creates a new array of web service descriptions.

Public Function CreateServiceDescriptionArray ( _
) As IServiceDescriptionArray
public IServiceDescriptionArray CreateServiceDescriptionArray (
);

IServiceCatalogAdmin.GetCatalogDescriptionDocument Method

The WSDL for the Service Catalog.

Public Function GetCatalogDescriptionDocument ( _
    ByVal catalogName As String, _
    ByVal catalogUrl As String _
) As Byte[]
public Byte[] GetCatalogDescriptionDocument (
    string catalogName,
    string catalogUrl
);

IServiceCatalogAdmin.GetDescriptionDocument Method

The WSDL for a specified service.

Public Function GetDescriptionDocument ( _
    ByVal serviceName As String, _
    ByVal serviceType As String, _
    ByVal serviceURL As String _
) As Byte[]
public Byte[] GetDescriptionDocument (
    string serviceName,
    string serviceType,
    string serviceURL
);

IServiceCatalogAdmin.ServiceDescriptions Property

The array of the web service descriptions for the web service catalog.

Public WriteOnly Property ServiceDescriptions
public void ServiceDescriptions {set;}

Classes that implement IServiceCatalogAdmin

Classes Description
ServiceCatalog The ServiceCatalog object, which implements the Service Catalog.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.