ProtocolReflector::GetServiceDescription Method (String^)

 
Use BaseTrue

Gets a ServiceDescription object for a given XML namespace and the applicable communication protocol.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
ServiceDescription^ GetServiceDescription(
	String^ ns
)

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
Return to top
Show: