RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDOMProcessor.MakeHeaderNodes Method

Generates all the SOAP headers that this object knows how to create.

Pascal
function MakeHeaderNodes(HeaderNode: IXMLNode): IXMLNode;
C++
__fastcall IXMLNode MakeHeaderNodes(IXMLNode HeaderNode);

MakeHeaderNodes uses the processors that have been added by the AddHeaderProcessor method to generate a set of SOAP header nodes. These generated nodes are added as child nodes to the node specified by HeaderNode.

Note: MakeHeaderNodes is supplied for backward compatibility. Headers are handled differently, using lists of TSOAPHeader descendants that are supplied as parameters to methods in descendant classes.
 

 

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