Uploading data from a windows mobile device to a server using GPRS
843849Sep 7 2010 — edited Sep 23 2010I want to upload data from a java application in pda (a Windows Mobile 6.1 device) to a server using a GPRS connection.My application uses a IBM weme VM.
I want to know whether I can do this in Java itself,because otherwise I would have to resort to some C++ methods(that uses the connection manager api) and call that using jni. But if there is some java method for this,it would have been helpful and straightforward..
Can I do this using socket connection in java? if so, Would somebody provide a code snippet ?Which port to connect to in that case?
Plz let me know about this.
Thanks in advance.
Edited by: shreya_ann on Sep 23, 2010 4:44 AM