RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.Service Property

Specifies the Service to use when sending the SOAP message to execute a method call.

Pascal
property Service: string;
C++
__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.

Note: When defining the target Web Service application by referring to a WSDL document, you must set the Port property as well as the Service and WSDLLocation properties.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!