RAD Studio VCL Reference
|
Specifies the Uniform Resource Locator for the THTTPSoapDispatcher on the application server.
property URL: string;
__property AnsiString URL;
Use URL to specify the Uniform Resource Locator that the SOAP connection component uses to locate the application server.
URL includes the protocol (http or https), host name, and scriptname for the application server, as well as a path portion that identifies the THTTPSoapDispatcher on the application server. Typically, it has the form
http://DataHost.org/scripts/AppServer.dll/SOAP/
http://DataHost.org/scripts/AppServer.so/SOAP/
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|