Soap.WSDLNode.TWSDLView.Service

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Service: string read GetService write FService;

C++

__property System::UnicodeString Service = {read=GetService, write=FService};

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLNode.pas
Soap.WSDLNode.hpp
Soap.WSDLNode TWSDLView

Description

Specifies the target service that is defined in the WSDL document.

Service is the name of the service of interest that is defined in the WSDL document identified by the WSDL property. A service is a collection of related ports, including the one specified by the Port property.

See Also