Ambiguous Authentication in Netsuite Token Based API call
问题 I am trying to make SOAP calls to the Netsuite API using Token Based Authentication. I have a C# client that is generated from WDSL and it is sending the following request (with the secrets replaced). <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:messages_2016_2.platform.webservices.netsuite.com" xmlns:urn1="urn:core_2016_2.platform.webservices.netsuite.com"> <soapenv:Header> <urn:partnerInfo> <urn:partnerId>[MyAccountId]</urn:partnerId> </urn