Soap.SOAPConn.TSoapConnection.GetSOAPServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function    GetSOAPServer: IAppServerSOAP;

C++

Soap::Soapmidas::_di_IAppServerSOAP __fastcall GetSOAPServer();

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Returns the IAppServerSOAP interface of the application server.

Call GetSOAPServer to access the IAppServerSOAP interface that the SOAP connection component uses when UseSOAPAdapter is true. The internal adapter uses this interface to implement the IAppServer interface that the GetServer method returns.

Tip: If you have set the SOAPServerIID property, you can use the as operator (Delphi) or the Supports method (C++) to convert this interface into the application server's interface.

See Also