Skip to main content

Posts

Showing posts from November, 2024

Netsuite - Upgrade the WSDL version

✅How to identify and fix sudden SOAP integration errors after an upgrade You may have received a notification from Oracle NetSuite indicating that you are using: unsupported SOAP web services endpoint versions (versions 2017_2 to 2021_1). I have seen some clients immediately receive the following error message on their integration logs when their account environment is upgraded to 2024.2 if they were using a 2017_2 SOAP version.   UNSUPPORTED_WS_VERSION       SuiteTalk endpoint version 2017_2 is no longer supported. My understanding is that this is expected behavior for NetSuite to depreciate older versions of the SOAP connection.  You can monitor the following page to see the oldest supported versions, but please note that the page has not been updated to include 2024.2 yet, which is the version that has been deployed already to many accounts in fall 2024. See:  Support for Existing WSDL Versions There are also instructions for updating the WSDL here:...