SOAP Web Services Overview

Important:

Oracle NetSuite has scheduled the gradual removal of SOAP web services from the product as part of ongoing efforts to provide modern integration channels.

The 2025.2 SOAP endpoint is the last planned SOAP endpoint and any later SOAP endpoints would be released only as necessary to meet business, technical, or other significant requirements.

The support period of older endpoints is also affected and with the 2027.1 release, only the 2025.2 endpoint will be supported. With the 2028.2 release, SOAP will no longer be available in NetSuite and existing SOAP integrations with NetSuite will stop working.

For more details, see the Removal of SOAP Web Services and the SOAP Removal Plans FAQ. For a list of the currently supported endpoints, see Support for Existing WSDL Versions.

SuiteTalk REST web services is the technology intended to replace SOAP. All newly built integrations should use REST web services with OAuth 2.0 for authentication.

  • For any custom integration applications, that you have developed using SOAP, you should start planning the migration of your solution to REST as soon as possible. For a detailed guide for the migration, see SOAP Web Services To Rest Web Services Upgrade Guide.

  • If you use a partner SOAP application to integrate with NetSuite, consult with your partner to provide you with a REST-based application instead.

  • If you use an Oracle NetSuite integration application, a REST-based application will be provided by Oracle NetSuite.

SOAP web services are Extensible Markup Language (XML) applications mapped to programs, objects, databases or complex business functions. They use a standardized XML messaging system to send or receive requests to authorized parties over the internet. Companies can use SOAP web services to create standardized processes that other organizations can use or integrate with their own processes. As each web service's programming logic is platform-independent, SOAP web services offer flexibility and independence for integration across businesses.

We use the following protocols to publish, expose or access SOAP web services:

With SOAP web services, you can integrate existing business functions within your organization to NetSuite through the use of web services. SOAP web services enable real-time operations like data retrieval, addition, update, and deletion.

Related Topics

General Notices