Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
SOAP - NetSuite is Suppressing Errors
I have created a SuiteScript that formulates a SOAP request. This script executes properly, the nlapiRequestURL function makes the call to the web service and when there is no error (HTTP status 200) the body of the response is available. However, when there is any SOAP error thrown by the web service, the body of the SOAP response is empty. The web service is throwing a generic 500 error and is actually returning a valid error message in the xml response body, but for some reason NetSuite is suppressing this. The errors in question are not syntax errors or problems
0