ProtocolReflector::GetServiceDescription Method (String^)
.NET Framework (current version)
Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- ns
-
Type:
System::String^
The ServiceDescription instance obtained subsequently gets populated with objects that correspond to Web Services Description Language (WSDL) entities that are reflected from the input Web service class.
Return Value
Type: System.Web.Services.Description::ServiceDescription^A ServiceDescription object for a given XML namespace and the applicable communication protocol.
The ServiceDescription instance obtained subsequently gets populated with objects that correspond to WSDL entities that are reflected from the input Web service class.
.NET Framework
Available since 1.1
Available since 1.1
Show: