![]() |
This method starts the specified HTML type application and if successful, returns the following:
Experience Portal session ID for the new session
The session ID created on the application server
The application URI which the HTML application was launched
![]() | Important: |
|
The return values are described in Return values. |
| Parameter | Type | Description | ||||
| applicationName | String |
Name of the application to be launched. Contains zone information
in the following format: ZoneId:appName.
|
||||
| appParameters | String |
Parameters to be sent to the launched application.
Contains name value using semicolon (;) as delimiter, in the following format: name=value;name=;. (Optional) If a value contains a semicolon (“;”) it needs to be escaped using backslash (“\”). |
||||
| ucid | String | Unique caller ID. (Optional) | ||||
| parentID | String | Caller’s session ID. (Optional) | ||||
| requestTimeout | Integer |
Time to wait for the request to finish. (In seconds)
This value must be in the range 1-60 (inclusive). |
| Parameter | Type | Description |
| sessionID_htlpApp | String | If the request completed successfully, this return value contains the Experience Portal session ID that was created when the application was launched. |
| sessionID_AppServer | String | If the request completed successfully, this return value contains the Session ID that was created on the application server. |
| applicationURL | String | If the request completed successfully, this return value contains the application URI against which the HTML application was launched. |