Discussions
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