WSDLReader

This object loads and analyzes Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files. It then makes the information in those files available though the EnumWSDLService, WSDLService, EnumWSDLPort, WSDLPort, EnumWSDLOperation, WSDLOperation, EnumSoapMapper, and SoapMapper objects. The WSDLReader object can also inspect an incoming SOAP message to identify the operation being requested.

The following tables show the methods and properties supported by the WSDLReader object.

Method Description
load Loads and analyzes the specified WSDL and WSML documents.
GetSoapServices Returns a EnumWSDLService object that can be used to enumerate the SOAP services described in the loaded WSDL document.
ParseRequest Inspects the SOAP request, and returns the port (WSDLPort object) and operation (WSDLOperation object) corresponding to the request.
setProperty Allows WSDLReader properties to be set.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

WSDLService | WSDLPort | WSDLOperation | SOAP WSDL and WSML Objects

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.