Logs in to an access session to the InterChange Server.
Syntax
IInterchangeAccessSession login (string userName,string password)
Parameters
Example
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.login( userName, password);