getLocationURL method: ServiceAPI class

Syntax

getLocationURL(URI_index)

Description

Use this method to create the URL string based on the passed in URI index.

Parameters

Parameter Description

URI_index

Specifies the URI index defined on the application service.

Returns

A String; the URL.

Example

%This.ServiceAPI.setLocationTemplateParameter("musicCode", &intValue, True);
This.ServiceAPI.setResponseHeader("Location",%This.ServiceAPI.getLocationURL(1));