RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMHeaderProcessor.ProcessHeader Method

Interprets and responds to a SOAP header.

Pascal
procedure ProcessHeader(HeaderNode: IXMLNode; var Handled: Boolean; var AbortRequest: Boolean);
C++
__fastcall ProcessHeader(IXMLNode HeaderNode, Boolean Handled, Boolean AbortRequest);

ProcessHeader provides a response to a given SOAP header node. 

HeaderNode is the interface of the DOM representation of the SOAP header to be processed. 

Handled returns true if ProcessHeader handles the header node. 

AbortRequest returns true if ProcessHeader determines that the SOAP header can't be handled and that this results in an inability to interpret the entire SOAP request. For example, if the header node represents authentication information, ProcessHeader could set AbortRequest to true if the header supplied an invalid password. 

 

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