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.
Throw an error to stop the de-serialization process, the error will be returned to the client.
Copyright © Simon Fell, 2000-2004. All rights reserved.