Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Problem with PHP Toolkit using Netsuite 2009.1
Should the newest php toolkit be compatible with Netsuite 2009.1? I'm new to using SuiteTalk but I can't seem to get the sample webstore running. Here's a sample of code that produces the error. Any time a SOAP request is made I receive an error on line 1498 of the tool kit.
<?php
require_once 'php_toolkit/PHPtoolkit.php';
// create a client object. You can specify the host to send requests to, e.g. live, beta, sandbox. Default is live.
$myNSclient = new nsClient( nsHost::live );
$email = "xxxxxxx";
$password = "xxxxxxxx";
$account = "xxxxxx";
$role = "3";
// set request level credentials. (email, password, account#, internal id of role)
0