Sony Ericsson / Sony : GPRS, WAP, MMS and Email setup : WAP Page development question
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
GPRS, WAP, MMS and Email setup
> WAP Page development question
Bookmark topic
Greetings.
This is my first attempt to develop dynamic WAP pages. I have written a test page which is displayed correctly on Nokia 6600 but not, or cannot even be viewed on Nokia 3100, SE T610 & T230? Im receiving errors like 'Unknown Response!'
The page is correcly parsed too by WinWAP 3.1 PRO.
Can somebody please point me to the right direction.
Any help is highly appreciate.
- enzzomatrix
PS. I tried posting the source code, but it does not show up correctly
[ This Message was edited by: enzzomatrix on 2004-12-03 10:26 ]
--
Posted: 2004-12-03 11:18:37
Edit :
Quote
probably parts of the code that it's not recognized by the handsets... just try a basic page at first so you now it's working..
here is a basic wap page which will work on most phones supporting WAP:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Test">
<p>
Hello!
<br/>
This is a basic WAP page
</p>
</card>
</wml>
If you disable html in the post you can show the code.
--
Posted: 2004-12-03 12:13:54
Edit :
Quote
superunknown Posts: > 500
what language did you use? wml, php +mysql, xhtml or asp? It should work on all wap enabled phone.
--
Posted: 2004-12-05 21:36:00
Edit :
Quote
Some wap browsers are 1.2.1 some are 2.0. Some can handle css some cant. Post the code here so we can take a look
This message was posted from a Nokia
--
Posted: 2004-12-05 22:22:06
Edit :
Quote
Thank you all for your replies.
I am dynamically building this wap page through PHP & MySQL.
I have no trouble in displaying a basic .wml file similar to what Cytech has provided but just not a dynamic one. MIME type is properly set through .htaccess, and again, as I said, the dynamic wap page is displayed correctly by WinWAP 3.1 PRO and on my Nokia 6600.
One thing I noticed though from the HEADERS generated by the web server, the basic .wml has an ETag while the dynamic one has none.
Does this ETag has something to do with how wap browsers display the page? Is there a way to dynamically create this ETag in PHP?
Again, thanks a million for your help.
--
Posted: 2004-12-06 03:27:18
Edit :
Quote
enzzomatrix:
try to send the file to the phone with the a content type header.
Try this, include in the top of every page:
header("Content-type: text/vnd.wap.wml");
I'd developed a wap site in PHP and works fine for me right now (the wapiste is offline momentanly)
_________________
http://xpc.go.ro/wap.wml[ This Message was edited by: DSF on 2004-12-06 18:51 ]
--
Posted: 2004-12-06 19:46:38
Edit :
Quote
@matrix what's your site address?
This message was posted from a T610
--
Posted: 2004-12-06 19:53:02
Edit :
Quote
Hi not trying to pinch any thunder from this thread, but we also have a page
www.spacesamurai.com which has been made to be a dynamic site using ASP. Can you guys view this on wap phones (we don't really have much WAP here in Australia!) or even normal html browser phones, I have a had users on P900's say they can't download our MP4's? all of the NEC and LG 3 phones we have tested work fine...
cheers
--
Posted: 2004-12-10 13:53:11
Edit :
Quote
New Topic
Reply