Web Services

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all controls from the Delphi Web Services tool-palette.

Control Description

THTTPRIO

Soap.SOAPHTTPClient.THTTPRIO

THTTPRIO uses HTTP messages to call remote interfaced objects using SOAP.

THTTPReqResp

Soap.SOAPHTTPTrans.THTTPReqResp

THTTPReqResp executes a method call on an invokable interface by sending a SOAP message to the server.

TOPToSoapDomConvert

Soap.OPToSOAPDomConv.TOPToSoapDomConvert

TOPToSoapDomConvert handles the marshaling and unmarshaling of SOAP method calls.

TSoapConnection

Soap.SOAPConn.TSoapConnection

TSoapConnection connects to an application server that is implemented as a Web Service.

THTTPSoapDispatcher

Soap.WebBrokerSOAP.THTTPSoapDispatcher

THTTPSoapDispatcher responds to SOAP messages by forwarding them to an invoker for interpretation.

TWSDLHTMLPublish

Soap.WSDLPub.TWSDLHTMLPublish

TWSDLHTMLPublish publishes a list of WSDL documents describing a Web Services application.

THTTPSoapPascalInvoker

Soap.SOAPHTTPPasInv.THTTPSoapPascalInvoker

THTTPSoapPascalInvoker interprets a SOAP request message and executes the corresponding invokable interface.

THTTPSoapCppInvoker

Soap.SOAPHTTPPasInv.THTTPSoapCppInvoker

THTTPSoapCppInvoker interprets a SOAP request message and executes the corresponding invokable interface.



See Also