Connect

This method is required to create an authenticated Web services session. It must be called before any other method. This method returns a token which is supplied to all of the other methods. The parameters for the Connect method are:

Parameter Datatype Description
username string The user name of the user who is logging in.
password string The password associated with the username.
dbtitle string The connection name of the database to connect to.
machineip string The IP address of the machine making the request. For example, "127.0.0.1".