Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.