Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Postman SOAP request using TBA is not working
I'm trying to send a SOAP request to get customer by internal Id. I'm providing the TBA in the soap header. I'm hitting this error: No SOAPAction header! I've then tried setting a header in Postman with a key of SOAPAction and value of empty string. I get "No such operation ''" fault in the response.
URL: https://602541-sb1.suitetalk.api.netsuite.com/services/netsuiteport_2023_2
request headers:
SOAPAction: ""
body:
<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<tokenPassport>
<account>{{NS_ACCOUNT_ID}}</account>
<consumerKey>{{NS_CONSUMER_KEY}}</consumerKey>
<token>{{NS_TOKEN_ID}}</token>
<signature algorithm="HMAC-SHA256">{{NS_SIGNATURE}}</signature>