Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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>