This document is archived and information here might be outdated. Recommended version. |
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