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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
"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