Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Netsuite SOAP connection required privileges
Hi,
I would like to create a Java based SOAP integration to Netsuite with Token Based Authentication.
I created a new Integration where I enabled Token Based Authentication.
I created a separate role for integration. I enabled Web Service Only Role option. In the Setup I added Log in using Access Tokens and Web Services.
I also created a separate user for integration and I set the previously created role for it.
In the SOAP Web Services Preferences section I added the user with the role.
I successfully generated token, token secret, consumer key, consumer secret.
During the connection, I get: InsufficientPermissionFault exception with message "You do not have permission to access web services feature.", error code WS_PERMISSION_REQD.