getRestServiceLocation()

The serviceLib.getRestServiceLocation() system function returns the base URI used to access a REST service.

Syntax

serviceLib.getRestServiceLocation(variable Service | Interface in)
   returns (baseURI STRING)
variable
A variable used to access the service. The variable is based on a Service or Interface part.
baseURI
A string that identifies the first qualifiers in the URI that is associated with variable. Subsequent qualifiers in the URI are specified in the Service or Interface part definition on which variable is based.

Feedback