Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.