Soap.OPToSOAPDomConv.TSOAPDomConv.OnUnhandledNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUnhandledNode: TUnhandledNodeEvent read FOnUnhandledNode write FOnUnhandledNode;

C++

__property TUnhandledNodeEvent OnUnhandledNode = {read=FOnUnhandledNode, write=FOnUnhandledNode};

Properties

Type Visibility Source Unit Parent
event published
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Description

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

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.