RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.URL Property

Specifies the URL that identifies the target interface on the target Web Service application.

Pascal
property URL: string;
C++
__property AnsiString URL;

URL specifies the URL to which to send the message containing the SOAP request.  

When communicating with a Web Service based on an imported WSDL document, the value of URL is deduced from information in a WSDL document, as indicated by the WSDLView property.

Note: In Delphi, you can construct this URL as follows: The path portion must match the target path name of the THTTPSoapDispatcher component on the Web Service application and the protocol portion must specify http or https.
 

 

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