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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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