Open question, in general do you use Rest or Suite...
# suitescript
l
Open question, in general do you use Rest or SuiteTalk, and why ?
e
I always use Restlets. I prefer to work in JSON, and I very much dislike working in SOAP.
👍🏻 1
👍 1
a
However in many cases you may end up using both depending on your integration/s because only using Restlets will lead to reach concurrency limits if you don't have a SuiteCloud Plus License.
e
Just switching to SuiteTalk doesn't give you any more concurrency; concurrency is shared across the entire account.
a
I did not know that, I though was per service... something new everyday...👍
e
At least I'm not aware of it; they've changed the rules a bit lately so I could be mistaken.
d
That's right @erictgrubaugh. SOAP is dead. Long live REST
🍾 1
e
That said, I did just recently recommend to a client that they utilize SOAP/SuiteTalk because that's where their internal skillset lies (team of Java developers who have done Axis/SOAP-based integrations before)
d
Here's the issue that I don't like about using SuiteTalk, your business logic now lives OUTSIDE of NetSuite. Where as, if you use RESTlets, you business logic lives where it should .. INSIDE
💯 1
❤️ 2
l
Thank you all for the feedback !