ArcObjects Library Reference (Server)  

IServiceCatalogAdmin.GetCatalogDescriptionDocument Method

The WSDL for the Service Catalog.

[Visual Basic .NET]
Public Function GetCatalogDescriptionDocument ( _
    ByVal catalogName As String, _
    ByVal catalogUrl As String _
) As Byte[]
[C#]
public Byte[] GetCatalogDescriptionDocument (
    string catalogName,
    string catalogUrl
);
[C++]
HRESULT GetCatalogDescriptionDocument(
  BSTR catalogName,
  BSTR catalogUrl,
  doc* doc
);
[C++]

Parameters

catalogName [in]   catalogName is a parameter of type BSTR catalogUrl [in]   catalogUrl is a parameter of type BSTR doc [out, retval]   doc is a parameter of type

Product Availability

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

See Also

IServiceCatalogAdmin Interface