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.
How to resolve the Ambiguous Authentication error in SOAP Web Services?
Dear All
I'm trying to register NetSuite SOAP API in Oracle Engagement Cloud Application Composer and invoke the API using groovy script.
get is one of the methods from the web service that is available to be selected from the groovy script from the registration. This method has the parameters passport, tokenPassport, applicationInfo, partnerInfo, preferences and baseRef, which are all maps.
I’m unable to call the method with passport parameter alone and not pass tokenPassport, since it is also mandatory for this method. When I pass the tokenPassport as empty map, I'm getting the below error.
Client received SOAP Fault from server : Ambiguous Authentication