ISoapDeSerializer::ChildRef Method

HRESULT ChildRef([in] BSTR href, [in] ISOAPNode * hrefNode);

The deserializer engine will call this when you have a child that contains a href attribute [ChildRef is called instead of Child]. At some point later, the deserializer engine will call Ref with an id that matches the href, this node contains the actual value.

 

Parameters

href
BSTR, [in]: the value of the href attribute
hrefNode
ISOAPNode *, [in]: the node object that contains the href attribute

 

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.