We are trying to build an application that a user can download to the Nokia handsets. Once downloaded and installed, the user enters their login and password within the application (for the first time).This first time entry checks with our server (via XML) to verify if that is the actual login and password and if it is valid for that user. If it is, it saves that information on the handset app and then launches the browser with a unique url that automatically logs the user into our system.We...