ProtocolReflector.GetServiceDescription(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.