Soap.SOAPMidas.IAppServerSOAP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IAppServerSOAP = interface(IInvokable)

C++

__interface  INTERFACE_UUID("{C99F4735-D6D2-495C-8CA2-E53E5A439E61}") IAppServerSOAP  : public System::IInvokable

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.SOAPMidas.pas
Soap.SOAPMidas.hpp
Soap.SOAPMidas Soap.SOAPMidas

Description

IAppServerSOAP is the interface for communication with a SOAP data module.

TSoapConnection and TSoapDataModule use the IAppServerSOAP interface to communicate information in a SOAP-based multi-tiered database application. This is different from other DataSnap components, which use the IAppServer interface. IAppServerSOAP differs from IAppServer primarily in that it uses the stdcall calling convention rather than safecall. This makes it easier for marshalling interface calls when the client or server is written in C++.

See Also