Hello,
I have a midlet that communicates with a servlet.
This works on many phones and emulators.
However,, when using the 3410 emulator I get :
"IOException : No Chunk Size"
when trying to...
Type: Posts; User: gerodol; Keyword(s):
Hello,
I have a midlet that communicates with a servlet.
This works on many phones and emulators.
However,, when using the 3410 emulator I get :
"IOException : No Chunk Size"
when trying to...
The code I put in my previous message does compile with WTK under 1.0.4_01 , which I am using for developments .
The ServerSocketConnection and DatagramConnection classes are not part of MIDP1,...
to barrylyer :
A phone needs not provide tcp socket or udp datagram support in order to be MIDP 1.0 compliant. If you want to create a socket connection, you have to do the following :
url=...
Looks like, with some subscriptions (like standard orange france subscribers have) you have to go through a wap gateway.
In this case, I have experienced that WebViewer does not work on a 7650,...
I have tried also the socket connection on 7650.
It works... up to a certain point.
The program I tested opens a bidirectionnel socket
url= "socket://<host>:<port>";
c = (StreamConnection)...
Thanks for your answer.
With WebViewer I am getting a "503" error. More precisely I get an alarm :
Unexpected server response : 503 Wap Gateway Response :...
liamq,
As I said in my first post in this thread,
with orange.fr, setting the IP to 0.0.0.0 would result in either case (WebViewer or other midlets) into a -20015 error.
With IP=192.168.10.100...
Liamq,
thanks for the quick answer.
I was using the "orange.fr" access point, which is the one mentionned at http://reqwireless.com/download-webviewer.html
Liamq says :
"Try using Reqwireless WebViewer on your device to check whether the issue is with your code or your connection settings. If WebViewer works, there's likely a problem with your code;...
Just to know if the problem lies on the server's or on the client's side, have you tried downloading a midlet from a different site, for example :...
Hi,
I am testing different access points on a Nokia 7650. In order to change from an access point to another, I would like to explicitely disconnect rather than wait for the connection time out....
Hello,
Is there a way to specify the port to be used on a http gateway ?
I am comparing response times of a series of successive http requests using different access points from a nokia 7650....
Hi,
Are you connecting through a gateway ?
Some gateways modify the request's headers so it may not be the phone itself.
I have got a nokia 7650 (version 3.16)
I have written a midlet that sends a request "get" to a servlet, then displays the response as well as all headers of the response.
The servlet doGet method...
I am very new to nokia 7650 (have had one for some days), but I have noticed also that long requests do not work.
You say "they have been suggestions that keeping the length of the URL below 148...
I am experiencing problems when testing the sun example "Session Handling in MIDP" on a nokia 6310i . This example makes use of "Set-Cookie" and "Cookie" headers to handle a session between a midlet...