We've sent out a PFCN regarding SOAP deprecation a...
# suitecommerce
s
We've sent out a PFCN regarding SOAP deprecation and the SCA developer tools, but I will post a copy here for reference:
You are receiving this notification because, with the upcoming NetSuite 2026.1 release, you must update the SOAP library version in your SuiteCommerce Advanced (SCA) environment to avoid issues with your developer tools.
What is Changing?
With the release of NetSuite 2026.1, you need to update an attribute in your SOAP library. If you don’t make this update, you may experience disruptions when deploying changes using gulp commands with the SCA developer tools.
Important: This change will not affect live SuiteCommerce (SC) or SCA websites or extensions. This only affects the deployment processes with SCA developer tools.
Required Actions
To update the version attribute in the SOAP library, follow these steps:
1. In your local workspace, open the source code folder for the SCA developer tools.
2. This folder was created when you downloaded and unzipped the source files to set up developer tools.
3. Go to the correct folder depending on your SCA version:
◦ For SCA Denali:
▪︎
gulp\ns-deploy\suitetalk4node\src
◦ For Mont Blanc to SCA 2019.1:
▪︎
ns_npm_repository\suitetalk4node\src\
◦ For SCA 2019.2 to SCA 2024.2:
▪︎
Commons\ns_npm_repository\suitetalk4node\src\
◦ For SCA 2025.1:
▪︎
node_modules\@sc-utils\suitetalk\src
4. Edit the
tool.js
file in a text editor.
5. Find the existing nsVersion attribute and change the value to 2024_2.
6. For example, change the nsVersion attribute from 2020_2 to 2024_2.
7. Save and close the file.
8. Test your environment to ensure that everything is working correctly.
To avoid problems with your developer tools, complete this change after you have updated to NetSuite 2025.2 and before the NetSuite 2026.1 release.
If you have any questions, contact NetSuite Customer Support.
👍 5