RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.GetSOAPServer Method

Returns the IAppServerSOAP interface of the application server.

Pascal
function GetSOAPServer: IAppServerSOAP;
C++
__fastcall IAppServerSOAP GetSOAPServer();

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.
 

 

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