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


IServiceCatalogAdmin.GetDescriptionDocument Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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,
  doc* doc
);
[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 doc [out, retval] doc is a parameter of type

Product Availability

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

See Also

IServiceCatalogAdmin Interface