megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Don't miss out on our Pop Quiz! You only have until tomorrow, March 27, 2026, 2:00PM ET to comment your answers.

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

3936805 Newbie

Comments

  • Well, we're integrating NetSuite for a client of ours, and while we hope to maintain the relationship, I also want to make sure they are getting a robust solution in the event that they sever the relationship or we otherwise are no longer working together. For the client's sake, I would hope that everything is backwards…
  • I would presume that for backwards compatibiltiy, it should remain active indefinitely. Any product that is established and proper should retain its backwards compatibility. I would outraged if I had to refactor my code moving forward.
  • An update to this issue: What's happening is this: 1) I login with success 2) I made a second call to the web service 3) It throws the error above I'm following the documentation. It says I need to store the cookies that are passed back to me. However, the response does not send any cookie values. So I have no way of…
  • The above code actually shows the following output: Array ( [sessionResponse] => Array ( [status] => Array ( [!isSuccess] => true ) [wsRoleList] => Array ( [wsRole] => Array ( [role] => Array ( [name] => Administrator [!internalId] => 3 ) [isDefault] => true [isInactive] => false ) ) ) ) Array…
  • For anyone who is stymied with this as I was, my solution turned out to be that I needed PHP 5 (I was using 4.4). And you must have Curl installed (I'm not sure which version). It would be nice if NetSuite provided a bit of information on PHP. Even though they don't test against it, if they have sample code for it, they…