Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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