• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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