RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SOAPPasInv.GetSOAPHeaders Function

Returns the interface for accessing the SOAP headers that were received with a SOAP request and supplying the headers for the outgoing response.

Pascal
function GetSOAPHeaders: ISOAPHeaders;
C++
ISOAPHeaders GetSOAPHeaders();

SOAPPasInv

Call GetSOAPHeaders from an application that implements a Web Service when you do not use TInvokableClass as a base class for the implementation of an invokable interface. GetSOAPHeaders returns an ISOAPHeaders interface, which lets your application examine the SOAP headers in an incoming request message and to add SOAP headers to be sent with the outgoing response. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!