Share via


WSDLReader (Windows Embedded CE 6.0)

1/6/2010

This object loads and analyzes Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files.

It makes the information in those files available through the following objects:

  • EnumWSDLService
  • WSDLService
  • EnumWSDLPort
  • WSDLPort
  • EnumWSDLOperation
  • WSDLOperation
  • EnumSoapMapper
  • SoapMapper

The WSDLReader object can also inspect an incoming SOAP message to identify the operation being requested.

The following methods and properties are supported by the WSDLReader object.

Method Description

load Method (WSDLReader)

Loads and analyzes the specified WSDL and WSML documents.

GetSoapServices Method

Returns a EnumWSDLService object that can be used to enumerate the SOAP services described in the loaded WSDL document.

ParseRequest Method

Inspects the SOAP request, and returns the port (WSDLPort object) and operation (WSDLOperation object) corresponding to the request.

setProperty Method (WSDLReader)

Allows WSDLReader properties to be set.

Requirements

Header mssoap.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

SOAP WSDL and WSML Objects
WSDLService
WSDLPort
WSDLOperation