-
SOAP Web Services endpoint release and support policy changes
Hi There My questions are in relation to the change announced here: How can I tell which integrations in an account use SOAP vs REST or other types of connectivity? For "The 2025.2 SOAP web services endpoint will be the last regularly scheduled and released SOAP endpoint." Does this mean Netsuite will stop supporting SOAP…
-
SOAP getDataCenterUrls Alternate
What is the alternate for getDataCenterUrls, when SOAP is going to be decomissioned? Reference: Legacy Technology Removal: SOAP Web services — NetSuite Community
-
Legacy Technology Removal: SOAP Web services
Oracle NetSuite has scheduled the gradual removal of SOAP web services from the product as part of ongoing efforts to provide modern integration channels. This notice applies to customers with the SOAP web services feature enabled in one of your production NetSuite accounts. Why Are We Removing SOAP? Exposed objects: SOAP…
-
WSDL Version List in NetSuite
Hi all, We're trying to understand how the list of WSDL versions shown in NetSuite (Setup → SOAP WS UI → SOAP WS Client) is populated and whether it can be updated or refreshed manually. We're seeing some older, legacy versions listed, even though our integrations are already using the latest supported version. We’ve…
-
Questions about SOAP Web Services endpoint release/support policy changes
This is in reference to the SOAP Web Services endpoint release and support policy changes announcement posted earlier today. Also, this is my first time posting in the community, so I apologize if I'm posting in the wrong place or doing something else incorrectly. I just wanted to get some clarification on what all this…
-
Customer refund not applied to Credit memo if Memo partially already applied to invoice
This is occuring when using SOAP. Steps: Create invoice. Create Credit Memo (items are more than invoice). Apply memo to invoice. Create Customer Refund, with it to apply to the outstanding amount on the credit memo. Soap returns "Unable to find a matching line for sublist apply with key: [doc,line]". I can see the refund…
-
How to send the attachment to file cabinet via Web Services?
Hi There I am currently working with a third party provider who is trying to integrate invoices from an external system into Netsuite via SOAP webservices. They were wanting to know whether it is possible to send attachments or supporting documentation to Netsuite's filing cabinet via SOAP or REST APIs? Thanks
-
NSC | When is it Best to Use Asynchronous Web Service Operations?
Asynchronous web service operations are preferred when dealing with potential performance bottlenecks. Slow or unstable connections can hinder synchronous operations, leading to timeouts or errors. By using asynchronous methods, you ensure that network issues do not impact the overall system performance. In NetSuite’s SOAP…
-
Upload a Vendor Bill with legacy tax data
I am writing an integration with NetSuite. In order to upload a Vendor Bill with legacy tax data the only choice of API is to use SOAP Web Services, is it correct?
-
how to create a Work Breakdown Structure (WBS) through API
I am trying to automate project budget workflow and I need to create a Breakdown Structure (WBS) programmatically. However, I don't seem to able to find much information. Is there a way to create a WBS either through SOAP webservices or RESTful API?