Hi all,
My midlet connect correctly to servlet on POST the first time but the 2th i have the problem
the step are this
1) connect
2) openoutput send and servlet recive correctly
3)openinput and the midlet recive correctly the sessionid
The print of conn.getType() are correct text/plain
The secon time
1) connect with ;jsessionid=..... and the servlet recognized the client
2) openoutput send and the servlet don't recive my message but recive "http/1.1\n"
3)open input and the midlet recive IOException malformed response message
The print of conn.getType() are null
I usa a separate thread for connection
Ask anyone have an idea for solving this problem??
Ciao Alessio.

Reply With Quote

