/
† session_set_target_subscription ( session, subscription )

† session_set_target_subscription ( session, subscription )

Is a function to set current target subscription for current session.

Input

parameters:

session: is the session ID obtained in the session_init call

subscription: subscription id

Output

parameters:

result:

ErrorMsg: any fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced

Request

sample:

session_set_target_subscription ( “LCAAAAAAAAAAAAAAAAAAAAAAAA”, 213);

Response

sample:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<result></result>

<ErrorMsg></ErrorMsg>

Notes:

 

Related content