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.
SuiteTalk authentication error
Hello,
I'm working on completing LCS SuiteTalk SOAP web services course. The course, course application files and training account are no longer consistent since user-credential Passport authentication is now depreciated in favor of TBA and the video walkthrough focuses on TBA.
I'm having problem executing simple "get" command on Vendor record. I used course provided code with NetSuiteService object. I commented out user-Passport authentication and uncommented TokenPassport authentication. I generated token and integration strings and copied them into the code along with account number, as required. I have Soap Web Services-only role assigned to user. Soap web services feature is enabled. Role has permissions to Log in using token and SOAP web services. All elements are listed in integration record. I can also see that Token Passport values are sent to NetSuite server and Passport gets a value in Signature property.