Skip to end of metadata
Go to start of metadata

This example provides you a code snippet for RPC calls for enabling a pool/specific license.

#### For enabling the pool/specific license
#### Make RPC Call Start ####
	$xmlrpc_msg = new xmlrpcmsg('licensing.enableLicense', array(
		new xmlrpcval($licPool, 'string')
	));
	$reply = $client->send($xmlrpc_msg);
#### Make RPC Call End ####


Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.