RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapAddressForServicePort Method

Returns the address of a specified port from a specified service.

Pascal
function GetSoapAddressForServicePort(const ServiceName: DOMString; const PortName: DOMString): DOMString;
C++
__fastcall DOMString GetSoapAddressForServicePort(const DOMString ServiceName, const DOMString PortName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!