Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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
0