Soap.XSBuiltIns.TXMLData

From RAD Studio API Documentation
Jump to: navigation, search

Soap.InvokeRegistry.TRemotableSystem.TObjectTXMLData

Delphi

TXMLData = class(TRemotable)

C++

class PASCALIMPLEMENTATION TXMLData : public Soap::Invokeregistry::TRemotable

Properties

Type Visibility Source Unit Parent
class public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns Soap.XSBuiltIns

Description

Represents a raw SOAP message node.

Use an instance of TXMLData if you need to access the raw XMLNode data in a SOAP message. TXMLData is useful in cases where a SOAP node cannot be mapped directly to a data type and thus requires special processing.

See Also