Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
Loads and analyzes the specified WSDL and WSML documents. |
|
Returns a EnumWSDLService object that can be used to enumerate the SOAP services described in the loaded WSDL document. |
|
Inspects the SOAP request, and returns the port (WSDLPort object) and operation (WSDLOperation object) corresponding to the request. |
|
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