• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Sitebuilder API

M

mina Fahmy

Guest
First of all sorry if I'm posting in the wrong place and if yes and if you don't mind, redirect to the right place .
I have an inquiry regarding the sitebuilder API, i really don't know if it's my fault or it's cause of something wrong with the API. I used to decalre a new stdclass in the following way but the accountID can't be retrieved, any comment ?

$theplan = new stdClass();
$theplan = $accountService->GetAccountByName(new SoapVar($struct, SOAP_ENC_OBJECT));

But var_dump($theplan); throws object(stdClass)#11 (1) { ["UserAccount"]=> NULL }

Also
$theplan->UserAccount->AccountId returns nothing.

I'm asking what could be wrong in my declaration or using the stdClass().
 

Similar threads

Back
Top