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


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

IServiceCatalogAdmin.GetDescriptionDocument Method

The WSDL for a specified service.

[Visual Basic .NET]
Public Function GetDescriptionDocument ( _
    ByVal serviceName As String, _
    ByVal serviceType As String, _
    ByVal serviceURL As String _
) As Byte[]
[C#]
public Byte[] GetDescriptionDocument (
    string serviceName,
    string serviceType,
    string serviceURL
);
[C++]
HRESULT GetDescriptionDocument(
  BSTR serviceName,
  BSTR serviceType,
  BSTR serviceURL
);
[C++]
Parameters
serviceName [in]

serviceName is a parameter of type BSTR serviceType [in]
serviceType is a parameter of type BSTR serviceURL [in]
serviceURL is a parameter of type BSTR

Product Availability

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

See Also

IServiceCatalogAdmin Interface