RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv.OnUnhandledNode Event

Occurs when a SOAP representation includes an XML node that the converter does not know how to handle.

Pascal
property OnUnhandledNode: TUnhandledNodeEvent;
C++
__property TUnhandledNodeEvent OnUnhandledNode;

Write an OnUnhandledNode to detect and, possibly, fix cases where the converter can't correctly generate the native code corresponding to a node in a SOAP packet. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!