read Method (Windows CE 5.0)
This method converts or deserializes an XML node in an incoming SOAP message into the complex type.
HRESULT read(IXMLDOMNode* pNode,BSTRbstrEncoding,enEncodingStyleencodingMode,longlFlags,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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors