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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
"An unexpected error occurred." when making SuiteTalk SOAP request with Postman
I'm a developer on a SuiteTalk-based integration and have long used Postman to test SOAP requests against our sandbox account so I can understand the details of the responses. Today I noticed that this is no longer working. I'm now getting this very cryptic error response:
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>An unexpected error occurred. Error ID: jriaz8r3mqzfeem3zcs9</faultstring> <detail> <platformFaults:unexpectedErrorFault xmlns:platformFaults="urn:faults_2018_2.platform.webservices.netsuite.com"> <platformFaults:code>UNEXPECTED_ERROR</platformFaults:code> <platformFaults:message>An unexpected error occurred. Error ID: jriaz8r3mqzfeem3zcs9</platformFaults:message> </platformFaults:unexpectedErrorFault> <ns1:hostname xmlns:ns1="
0