Soap.XSBuiltIns.TXMLData.SOAPToObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure  SOAPToObject(const RootNode, Node: IXMLNode; const ObjConverter: IObjConverter); override;

C++

virtual void __fastcall SOAPToObject(const Xml::Xmlintf::_di_IXMLNode RootNode, const Xml::Xmlintf::_di_IXMLNode Node, const Soap::Invokeregistry::_di_IObjConverter ObjConverter);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXMLData

Description

Initializes the TXMLData instance to represent the value of its SOAP representation.

The SOAPToObject method initializes the XMLNode property of the TXMLData instance so that it reflects the object's SOAP representation.

RootNode is an ancestor node of the node for the current object. RootNode can contain information about the remotable type's value.

Node is the node in the SOAP envelope that represents the remotable type's value.

ObjConverter is the interface of the default converter that translates between remotable objects and their SOAP representation. This is the interface to a TOPToSoapDomConvert instance.

See Also