First - I'm new to J2ME & I'm a novice to
java in general. I'm an ASP programmer & I need to write an app for a nextel phone in J2ME.
I have written a
test application that just sends an http request to my asp page and the page should send back the appropriate response to be displayed on the phone, however the asp page does not seem to be receiving the data. However it IS sending back a response. I have tried removing flush() from the dataOutputStream, but that didn't fix the problem. Here is the code inside my MIDlet:
[ May 10, 2006: Message edited by: Mark Spritzler ]