function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Test TestTest Test 

Fatal error:Call to a member function __setSoapHeaders() in sforceBaseclient.php

I am gettiong error: Fatal error: Call to a member function __setSoapHeaders() on a non-object in D:\xampp\htdocs\fsc\app\Model\Datasource\soapclient\SforceBaseClient.php on line 188 .

I am using cakephp framework.when I try to add account data in salesforce account-list using create() method. this __setSoapHeaders() is in setHeader() function which gives this error.what is solution to this error?