Soap.WebBrokerSOAP.GetSOAPWebModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSOAPWebModule: TWebModule;

C++

extern DELPHI_PACKAGE Web::Httpapp::TWebModule* __fastcall GetSOAPWebModule(void);

Properties

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

Description

Returns the Web module that contains the SOAP dispatcher that is processing the current request.

Call GetSOAPWebModule to access the application Web module of a Web Services application. This is the Web module that contains the SOAP dispatcher (THTTPSoapDispatcher).

See Also