Compiled WML and WMLScript over HTTP

Compiled WML and WMLScript over HTTP SearchSearch
Author Message
Tom Vivian
Unregistered guest
Posted on Saturday, August 27, 2005 - 01:18 am:   

Hi,

Trying to get the NowWAP gateway to work over HTTP (WSP works fine BTW). I see my http requests in the NowWAP log and my phone receives WML content, but not compiled WML. Also, if I go to a WML page that has a WMLScript my phone can't handle it. It is almost as if the gateway does not compile WML into WMLC or compile WMLScript when it is using HTTP. Can you confirm that compiled WML and WMLScript compilation should work over HTTP?

Thanks for any information.
TV
Alper Selcuk
Unregistered guest
Posted on Tuesday, September 13, 2005 - 06:42 pm:   

Hi,

I am also very interested to know the answer to this question. We could not get this working over HTTP. We even tweaked the HTTP accept headers to only accept WMLScript and now the server is returning 406 (the browser does not support the MIME type error).

Can you confirm that compiled WML and WMLScript compilation should work over HTTP?


Thanks
Anonymous
 
Posted on Sunday, October 09, 2005 - 10:45 pm:   

I am developing a j2me application, which connects to a server running in a PC, using http connection. The application works fine in the emulator. I can install it, in a mobile Alcatel 756, but when the application is running, the connection to the server is no happening. The method that fail is:

DataOutputStream output = con.openDataOutputStream()

Thanks in advance