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.
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.