Soap.SOAPPasInv.GetSOAPHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSOAPHeaders: ISOAPHeaders;

C++

extern DELPHI_PACKAGE Soap::Invokeregistry::_di_ISOAPHeaders __fastcall GetSOAPHeaders(void);

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv Soap.SOAPPasInv

Description

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

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.

See Also