This example provides code snippets for RPC calls to get licenses.
{noformat}
#### For getting licenses
#### Make RPC Call Start ####
$xmlrpc_msg = new xmlrpcmsg('licensing.getLicense', array(
new xmlrpcval($licPool, 'string')
));
$reply = $client->send($xmlrpc_msg);
#### Make RPC Call End ####
{noformat}
h4.
{noformat}
#### For getting licenses
#### Make RPC Call Start ####
$xmlrpc_msg = new xmlrpcmsg('licensing.getLicense', array(
new xmlrpcval($licPool, 'string')
));
$reply = $client->send($xmlrpc_msg);
#### Make RPC Call End ####
{noformat}
h4.