J2me Beta Samples Httpconnection Post Problem

I'm using the j2me Wireless Toolkit Beta Release 1.0.3 and tried the samples. Everything works except the httpconnection post method sample to a servlet. The problem exists on the toolkit, POSE and my PALM. What gives? I'm running an Orion App server.
[274 byte] By [wolfpackiii] at [2007-9-26 5:30:12]
# 1

I'm also having a problem with an HttpConnection doing a POST operation to a Servlet.

This is definitely a problem that's new to the 1.03 JWDTK beta. I've tracked the problem down to the handling of the request parameters.

First, I get an HttpConnection. Then I get an OutputStream from the HttpConnection and write the request parms out.

In JWDTK 1.02, the request parms are sent through to my Tomcat 4.0 server. However, when I recompile the MIDlet using JWDTK 1.03 and run the app, the request parms get swallowed up somewhere. (The Tomcat log indicates no parameter names are present in the request.)

I uninstalled JWDTK 1.03 and reinstalled JWDTK 1.02 and the problem disappeared.

Jack Frosch

jfrosch at 2007-6-29 19:40:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
same probelm, i too faced it... now in j2me 1.0.2, Post is woking fine in PalmVII but not working in PalmVIIand Visor.. any suggestion...
sjnazeer1 at 2007-6-29 19:40:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

I got the early release of the CLDC_1_0_overlay (KVM) to work on the PALM VII. I've had good success with that release because it supports INETLIB. However, its not MIDP. It seems the MIDP beta doesn't include inet(wireless) support like the cldc_overlay did. NETLIB is the standard networking lib for the modems etc. I'm now back to the emulators...

wolfpackiii at 2007-6-29 19:40:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...