RestInitApplication()

Registers the directory path with the service mapping provided. If no service mapping is provided, the application name is used. If the rest application is already registered, it is refreshed.

RestInitApplication( dirPath=string, serviceMapping=string, default=boolean, password=string );

Returns: void

Argument Description
dirPath
string, required

Path to the directory to be registered or reset.

Alias: dir, directory, path

serviceMapping
string, optional

Alternate string to be used for application name while calling the REST service.

Alias: mapping

default
boolean, optional

set if the mapping is a default mapping or not

password
string, optional

password for the web administrator, this is needed when you update/create a REST mapping.

Alias: webAdminPassword

Examples

restInitApplication( dirPath="path_to_cfc_dir", serviceMapping="api", password="webAdminPassword" );

See also