Soap.SOAPHTTPClient.THTTPRIO.HTTPWebNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HTTPWebNode: THTTPReqResp read GetHTTPWebNode write SetHTTPWebNode;

C++

__property Soap::Soaphttptrans::THTTPReqResp* HTTPWebNode = {read=GetHTTPWebNode, write=SetHTTPWebNode};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPClient.pas
Soap.SOAPHTTPClient.hpp
Soap.SOAPHTTPClient THTTPRIO

Description

Handles the execution of method calls on the invokable interface.

THTTPRIO uses HTTPWebNode internally to execute method calls. It is the implementation of the WebNode property.

THTTPRio executes a method call by sending a SOAP request as an HTTP message to the Web Service identified by either the URL property or the WSDLLocation, Service, and Port properties. If you need to use a proxy server to access the Web Service application, or if the server requires authentication, use the properties of the THTTPReqResp object to provide the necessary information.

See Also