Soap.WSDLItems.TWSDLItems.GetSoapAddressForServicePort
Delphi
function GetSoapAddressForServicePort(const ServiceName, PortName: DOMString; var SOAPVersion: TSOAPVersion): DOMString;
C++
System::UnicodeString __fastcall GetSoapAddressForServicePort(const System::UnicodeString ServiceName, const System::UnicodeString PortName, Soap::Wsdlintf::TSOAPVersion &SOAPVersion);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.WSDLItems.pas Soap.WSDLItems.hpp |
Soap.WSDLItems | TWSDLItems |
Description
Returns the address of a specified port from a specified service.
Call GetSoapAddressForServicePort to retrieve the address to which a SOAP request should be sent if it wants to access a specified port from a specified service.
ServiceName is the name of the service that contains the desired port. It is defined in the WSDL document or another document that it imports.
PortName is the name of the port whose address is returned.