Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Manage NetSuiteService Session
Hello,
I am new to developing against NetSuite, and kind of new to web services in general. I think I have figured out how the cookies get used from call to call by using the same instance of NetSuiteService. Please, let me know if that is the wrong assumption.
I am working with ASP .NET 2.0 with Visual Basic, and the issue I am having is how to retain that instance of NetSuiteService so it can be used across different pages. The code that works with your webservice is in a separate dll. Is this something where I could store the NetSuiteService instance in a session so it can be reused on each call to the web service, or would it be better to save their log on credentials and log in and out on each call to the web service?