Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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>