Does Suitetalk REST web services have the same lim...
# ask-stanley-ai
b
Does Suitetalk REST web services have the same limitations as Suitetalk SOAP web services?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it appears that both SuiteTalk REST and SOAP web services have limitations, but they are not necessarily the same. SuiteTalk SOAP web services use XML format and are often used with Java or C# to generate clients. They are bound to adhere to the resource catalog NetSuite provides for each. On the other hand, SuiteTalk REST web services use JSON format and are more flexible via HTTP. They also have to adhere to the resource catalog NetSuite provides. However, both SOAP and REST web services are limited to what NetSuite has defined for the datasets. They allow you to send records data and manipulate it, but you cannot define or control the code/processes like you can with RESTlets. RESTlets, in contrast, allow you to return what you want and define/control code/processes. They can return XML, JSON, CSV and allow you to set up custom server-side logic, free to run any operations supported by SuiteScript upon receiving requests. In terms of concurrency, it is shared across the entire account, regardless of whether you are using SuiteTalk or RESTlets. So, while both SuiteTalk REST and SOAP web services have limitations, they are not exactly the same and the choice between them would depend on your specific needs and circumstances. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853538156
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850224733
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.846811056
Please provide your feedback on this answer.