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.
UI Session from an External Application
I'm trying to send an http post to a suitelet. I found an old post here that states the following:
[INDENT]Have a look at "Web Services to UI Single Login" in the Help docs:
n summary, your desktop app would do:
-> HTTP POST (with username/pass/etc)
<- default "landing page", along with JSESSIONID in HTTP headers
-> HTTP GET (of address of your suitelet. you are providing the jsessionid.)
<- HTML content produced by your suitelet
https://usergroup.netsuite.com/users/showthread.php?t=11512&highlight=UI+Session+from+an+External+Application[/INDENT]
So reading the section on Web Services to UI Single Login it looks to me that I'm just sending a plain POST message (no SOAP msg) to the following url: [INDENT]