Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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>