DOC: LinkSession.initSOAPSession

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()
//load server settings (SOAP function in eLinkSOAPProxy.js)
}
}
:
:
<body onload=”load()”>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>