Hi Sam
I have emailed you my all input and output. I do not know how to make getdetails function work. I am getting product key not found error.
I did try with hardcoded key input and still get the same error.
SimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array (
=> 1 [msg] => Invalid pkey_id - product key not found. ) ) )
$txml = new SimpleXMLElement(LimeLM::GetPKeyDetails('XXXXXXXXXXXXXXXXXXXXXXXX'));
-------------------------GetPKeyDetails-------------------------------------------------public static function GetPKeyDetails($pkey_id) { $post_data = array( 'method' => 'limelm.pkey.getDetails', 'pkey_id' => $pkey_id );
return self::PostRequest($post_data); }