The login form calls a function in the dataLayer, which in turn makes a call to the Authentication Web Service.
If successful, the web service returns a ticket to the datalayer, which then returns a ticket (or true false) to the calling function of the form. |