This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters catalogName [in]
catalogName is a parameter of type BSTR catalogUrl [in]
catalogUrl is a parameter of type BSTR