Java through WAP3GX

Java through WAP3GX SearchSearch
Author Message
Anonymous
Posted on Monday, September 01, 2003 - 05:41 pm:   

Hello all
WAP3GX is working very fine for accessing wml files, downloading .jpg and .mid files, but something wrong happens when I try to download .jar or .jad files. I'v added the AcceptAllMimeTypes=Yes to the .ini file, but instead of having "Error HTTP 406" I'm having now something like "Uncorrect file type".
I'm using a NOkia 6100, with a full support for Nokia applications, And I'm not having any of theses problems when using another public WAP Gateway. What do you thing the problem is ? and what's the solution.

Thanks a lot
The spy
The spy
Posted on Wednesday, September 03, 2003 - 11:59 am:   

Hi

The problem is solved now, The problem happens when PWS (the web server I'm using) sent .jar files as a octect stream format (In HTTP header). This is not a problem when we are using a normal navigator, but hence, mobiles and wap gateways need to know in advance what if the files to download figure into the UA profile of the mobile or not. In this case, No Octect stream is in the UA Profile of my phone (Nokia 6100), and WAP3GX (very good by the way) sent back an HTTP Error 406 (which means unsupported file type).
Everything works fine using Appache server.
NB. with AcceptAllMimeTypes=All, the mobile gets the HTTP packets, reads the header and gives back "Unsupported file type".

Regards

Anonymous
 
Posted on Wednesday, March 16, 2005 - 05:59 am:   

Hi.
I need to send sms from pc to mobile and vice-versa. For this i am using mobile supporting gsm,gprs,etc.. and it is connected to PC through data cable.It acts as a gsm modem..and i am using free download nowsms s/w to send sms..now i am in search of source code of such software..Please help..or suggest some way for mobile 2 PC communication where i should have complete source code of what all already available software on the internet i have to use.