Share via


read Method (Windows Embedded CE 6.0)

1/6/2010

This method converts or deserializes an XML node in an incoming SOAP message into the complex type.

Syntax

HRESULT read(
  IXMLDOMNode* pNode, 
  BSTR bstrEncoding, 
  enEncodingStyle encodingMode, 
  long lFlags, 
  VARIANT* pvar
);

Parameters

  • pNode
    [in] Reference to the node that contains the data to be read.
  • bstrEncoding
    [in] EncodingStyle attribute specified in the Web Services Description Language (WSDL) file.
  • encodingMode
    [in] Style and use attributes in the WSDL file (enDocumentEncoded, enDocumentLiteral, enRPCEncoded, or enRPCLiteral).
  • lFlags
    [in] Reserved.
  • pvar
    [out] Returned deserialized value.

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

ISoapTypeMapper