ISoapDeSerializer::Ref Method

HRESULT Ref([in] BSTR id, [in] ISOAPNode * idNode);

If the deserialization engine finds a reference to a multi-reference value, then it initially calls the ChildRef method, once it finds the actual mutli-reference value, it will then call Ref passing in the node that represent the value. If the multi-ref value has already been de-serialized, then the call to Ref will immediately follow the call to ChildRef.

 

Parameters

id
BSTR, [in]: the id declared on this node [not the same as the internal id used in child/childready]
idNode
ISOAPNode *, [in]: The node object [typically this node has the value you are interested in]

 

Return Values

Throw an error to stop the de-serialization process, the error will be returned to the client.

 

Sample Code



  

 

See Also

The ISoapDeSerializer Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.