Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
PHP Toolkit v3 login error
I am testing the PHP tool kit ver 3.
The login_info.php file has the following data for the login (not changed) ,
$email = "jDoe@netsuite.com";
$password = "mySecretPwd";
$account = "MYACCT1";
$role = "3";
The webstore search gives the following error,
Fatal error: Uncaught SoapFault exception: [soapenv:Server.userException] You have entered an invalid email address or account number. Please try again. in \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php:1498 Stack trace: #0 \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php(1498): SoapClient->__soapCall('search', Array, NULL, Array, Array) #1 \wamp\www\TestNSToolKit\PHP_Toolkit\PHPtoolkit.php(1228): nsClient->makeCall('search', Array) #2 \wamp\www\TestNSToolKit\PHP_Toolkit\samples\webstore\search.php(78): nsClient->search(Object(nsComplexObject)) #3 {main} thrown in