setRestServiceLocation()
The serviceLib.setServiceLocation() system function sets the base URI used to access a REST service.
Syntax
serviceLib.setRestServiceLocation(variable Service | Interface in,
baseURI STRING 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 will be used to access the service when a later call statement includes variable. Subsequent qualifiers in the URI are specified in the Service or Interface part definition on which variable is based.