Soap.SOAPConn.TSoapConnection.SetUseSoapAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUseSoapAdapter(Value: Boolean);

C++

void __fastcall SetUseSoapAdapter(bool Value);

Properties

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

Description

Specifies how the SOAP connection component communicates with the application server.

Call UseSOAPAdapter with the Value parameter set to true to make TSoapConnection communicate with the application server using an IAppServerSOAP interface. When Value is false, TSoapConnection uses an IAppServer interface to communicate with the application server and exposes that interface with the GetServer method.

SetUseSoapAdapter is the setter method used by the UseSOAPAdapter property.

See Also