Soap.SOAPConn.TSoapConnection.SetSOAPServerIID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSOAPServerIID(const IID: String);

C++

void __fastcall SetSOAPServerIID(const System::UnicodeString IID);

Properties

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

Description

Sets the invokable interface that TSoapConnection uses to communicate with the application server.

Use SetSOAPServerIID to set the interface of the application server. IID is the GUID of the application server's interface. This interface is a descendant of IAppServerSOAP.

SetSOAPServerIID is the setter method used by the SOAPServerIID property.

See Also