RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.HTTPWebNode Property

Handles the execution of method calls on the invokable interface.

Pascal
property HTTPWebNode: THTTPReqResp;
C++
__property THTTPReqResp HTTPWebNode;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!