This function must be invoked before any other Linksession function. It establishes a connection between the server and the client, and grabs initial data from the server used to fulfill sebsequent calls.
This function is undocumented in the eLink manuals as it has no equivalent function there.
Example:
:
:
function load()
{
if (!currentuserid)
{ //if parameters are not already loaded
LinkSession.initSoapSession()
{ //if parameters are not already loaded
LinkSession.initSoapSession()
//load server settings (SOAP function in eLinkSOAPProxy.js)
}
}
}
:
:
<body onload=”load()”>




