Interview Question in J2ME
Interview Question :: How can JAVA client program connect to a ASP.NET web server site and get data
I am developing a program which requires to connect to an online server and get some data to a mobile device( mobile phone). This client required to authenticate with the server before taking any data from the server. After some data should be sent back to update the server database.
I have planned to develop the server side by ASP.NET and so far I am succeeded in creating the database in the server, authentication in the website itself, and retrieve some data as a web user. Now I want to develop the mobile client program by JAVA, which should be able to communicate with the server. I hardly have experience on J2ME programming. I'm glad if you can give me necessary information on how to connect to GPRS, connect to a remote site and get some data from it. Thank you.

Loading ...