• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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().
 
Back
Top