Hi guys,
I am posting data to a url using http post in J2ME.
The code works perfectly on almost all emulators, but does not work on real devices. It works on certain devices like Nokia 6260(Series 60), MotoMing(Linux) , HTC Touch(Windows), but fails on devices like Nokia 6708(Symbian UIQ), MotoRazor V3i etc..
I am getting a JAVA IO Exception when I try open the DataInputStream .
As I have found out in the server log, the request is not coming to the specified url.
I have searched a lot in the internet for a possible solution, but everywhere I see people talking about this problem without any solution. Any solution or workarounds or references are most welcome.
Thanks in advance
Rohan
I am posting data to a url using http post in J2ME.
The code works perfectly on almost all emulators, but does not work on real devices. It works on certain devices like Nokia 6260(Series 60), MotoMing(Linux) , HTC Touch(Windows), but fails on devices like Nokia 6708(Symbian UIQ), MotoRazor V3i etc..
I am getting a JAVA IO Exception when I try open the DataInputStream .
As I have found out in the server log, the request is not coming to the specified url.
I have searched a lot in the internet for a possible solution, but everywhere I see people talking about this problem without any solution. Any solution or workarounds or references are most welcome.
Thanks in advance
Rohan
Comment