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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
SuiteSSO - Use these token details with Webservices
Hi,
We have got the SuiteSSO handshake and data retrieval parts completed with Java.
Authorization: OAuth oauth_token="02076e1d0d6c0b036b7a5455503a**** 67d7e1015aa22c", oauth_consumer_key="LS9D6C47l****", oauth_signature_method=" PLAINTEXT", oauth_timestamp="125665***", oauth_nonce="340842565****", oauth_ version="1.0", oauth_signature="********%26"
Now I would like to store these tokens/details and use them with Netsuite Web service calls.
According to docs;
The external application sends a Web services request, that includes the token and shared secret along with other verification data, to NetSuite.
Is there a way to use "com.netsuite.webservices.platform.NetSuitePortType" and retrieve data from Netsuite (using an sso auto login with above values)? Basically after an initial SuiteSSO outbound call is completed, I'm looking to reuse those login details with standalone applications as well.
0