getRestServiceLocation()

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

Syntax

  baseURI = serviceLib.getRestServiceLocation(variable Service | Interface in)
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