RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOPToSoapDomConvert.NewXMLDocument Method

Creates a new empty XML document to hold the SOAP representation and returns its interface.

Pascal
function NewXMLDocument: IXMLDocument;
C++
__fastcall IXMLDocument NewXMLDocument();

TOPToSoapDomConvert uses NewXMLDocument internally to create the object that holds the SOAP representation of a message. It returns an interface for working with this representation. Note that the XML document that NewXMLDocument returns is empty. TOPToSoapDomConvert subsequently uses the methods of the interface to fill out the body of this document. 

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