HRESULT ChildReady([in] long id, [in] ISOAPNode * childNode);
The deserializer engine will call this to inform you that a child node has finished de-serialization, and you can complete any actions you need to take with that node. This will only be called for child nodes that you were initially notified as not being ready [i.e. ready was VARIANT_FALSE in the call to Child]
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.