RAD Studio VCL Reference
|
Specifies the location of the WSDL document that describes the target Web Service.
property WSDLLocation: string;
__property AnsiString WSDLLocation;
Use WSDLLocation to specify a WSDL document that defines the target interface (port type). WSDLLocation can be either a fully qualified path name, or a URL that indicates where the WSDL document can be found.
When using a WSDL document to indicate the target Web Service, you must also specify values for the Service and Port properties. Once WSDLLocation is set, you can use a drop-down list in the Object Inspector to select values for Port and Service.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|