Creates an access session to IBM WebSphere Business Integration Server Express and Express Plus for the access client.
Syntax
IInterchangeAccessSession IgetInterchangeAccessSession( string userName, string password);
Parameters
Return Values
An IInterchangeAccessSession object for the access session.
Exceptions
Notes
The IgetInterchangeAccessSession() method verifies that userName and password are valid for the IBM WebSphere Business Integration Server Express and Express Plus instance.
Example
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.IgetInterchangeAccessSession( userName, password);