RAD Studio VCL Reference
|
Specifies the Service to use when sending the SOAP message to execute a method call.
property Service: string;
__property AnsiString Service;
Set Service to indicate the Service that you want to use by making a remote method call. Service is the name of a Service defined in the WSDL document specified by the WSDLLocation property. Once you have set the WSDLLocation property, you can select a value for Service from a drop-down list in the Object Inspector.
A Service is a set of related interfaces provided by a Web Service application. The interface that THTTPRIO represents must be on one of the interfaces that make up the specified service.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|