ProtocolReflector.GetServiceDescription(String) Method

Definition

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

public:
 System::Web::Services::Description::ServiceDescription ^ GetServiceDescription(System::String ^ ns);
public System.Web.Services.Description.ServiceDescription GetServiceDescription (string ns);
member this.GetServiceDescription : string -> System.Web.Services.Description.ServiceDescription
Public Function GetServiceDescription (ns As String) As ServiceDescription

Parameters

ns
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.

Returns

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

Remarks

The ServiceDescription instance obtained subsequently gets populated with objects that correspond to WSDL entities that are reflected from the input Web service class.

Applies to