Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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>