This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalogAdmin Interface > IServiceCatalogAdmin.GetDescriptionDocument Method (ArcObjects .NET 10.5 SDK) |
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