RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv.InitObjectFromSOAP Method

Initializes an instance of a remotable object to reflect the values in its SOAP representation.

Pascal
procedure InitObjectFromSOAP(Instance: TObject; RootNode: IXMLNode; Node: IXMLNode);
C++
__fastcall InitObjectFromSOAP(TObject * Instance, IXMLNode RootNode, IXMLNode Node);

InitObjectFromSOAP assigns values to the published properties of a remotable object that represents a node from the SOAP envelope. 

Instance is the remotable object to initialize from its SOAP representation. 

RootNode is an ancestor node of the node for the remotable object that can contain information needed for initializing the remotable object. 

Node is the node in the SOAP envelope that represents the remotable object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!