I am programming a MIDP-programm witch has to connect to a servlet. Everything works well on the different emulators, but not on the real Nokia 6310i:
When I connect to the servlet, open an OutputStream and send data to the servlet, the servlet doesn't receive anything! The connection to the servlet works, but when i ask on the servlet, how many bytes are available, I get the message 0.
Some codelines after I write data to the OutputStream, I open an InputStream, to receive data from the servlet and this with success.
Can anybody help me?