Share via


load Method (WSDLReader)

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method loads and analyzes the specified Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files.

Syntax

HRESULT load(
  BSTR WSDLFileSpec, 
  BSTR WSMLFileSpec
);

Parameters

  • WSDLFileSpec
    [in] Name or URL of the WSDL file.
  • WSMLFileSpec
    [in] Name or URL of the WSML file.

    When used on the client, an empty string for WSMLFileSpec indicates that a WSML file is not needed.

Return Value

The following table describes the common return values.

Value Description

S_OK

Success.

E_NOTIMPL

The function contains no implementation.

E_OUTOFMEMORY

Out of memory.

Requirements

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

See Also

Reference

WSDLService
WSDLPort
WSDLOperation
WSDLReader