I’m trying to download some files with C# and the ...
# suitetalkapi
m
I’m trying to download some files with C# and the SOAP service. In this code sample,
ns
is a
NetSuiteService
object using
tokenPassport
and and updated
Url
property. For some reason, the call to
ns.get()
returns “Invalid login attempt” even though I just used the
ns
service object to successfully retrieve search results. Any idea why the login would be invalid?
For others…I didn’t realize that the nonce and timestamp values in a
tokenPassport
must be unique for each request.