hi! Could anybody tell me how to communicate with a servlet from midlet? Is it the same way as to retrieve infor from a html page? Thanks in advance!
Regards,
xiaoyu
hi! Could anybody tell me how to communicate with a servlet from midlet? Is it the same way as to retrieve infor from a html page? Thanks in advance!
Regards,
xiaoyu
Hello
Just follow the same way as you are using with normal Java,
You can use Http POST and GET methods.
Nokia have just put up a few good example documents on how to do this, however I can't get the emulator to communicate with the servlet
Tommy