Sony Ericsson / Sony : GPRS, WAP, MMS and Email setup : wml works on emulator, but not on phone
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
GPRS, WAP, MMS and Email setup
> wml works on emulator, but not on phone
Bookmark topic
Hello All,
I am new to WAP programming. Please excuse me if I ask some "non-professional" questions.
I have this basic basic hello wml page on my server (IIS 5 on Windows 2000 with all the MIME content enabled and ASP ISAPI configured).
Source code for the wml is as follow:
**************** Source Code Starts *************
<?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="WML Tutorial">
<p>Hello World</p>
</card>
<card id="card2" title="WML Tutorial">
<p>Welcome to the world of WML</p>
</card>
</wml>
**************** Source Code Ends *************
This page is reside in
http://www.maplelink.com/HelloWorld.wml
This page works in all of my emulators (namely Nokia Mobile Browser, Sony Ericsson T610 Emulator, and the gelon.net).
However, when i switch to my actual T616 (and tried T610), i only see a blank page. Nothing else gets to display. But I'm 100% positive that my phone call access to other WAP pages. Could someone else use their T616/T610 phone and try to access this page?
I'm not sure what is wrong with it. Would it be possible that my IIS is not setup correctly?
Thank you very much for your help and I'm looking forward to hearing from you soon.
Best Regards,
Anson
--
Posted: 2004-12-17 15:10:56
Edit :
Quote
I just clicked on the link on my p800, and it loaded fine. Page title: WML TUTORIALS. Text on page:Hello World. The source code you posted looks correct, unless I missed something.
--
Posted: 2004-12-17 17:59:00
Edit :
Quote
Hello AYA,
Yes, that what I intended to show.
So do you know if it's really the problem of my phone (T616)?
Anybody?
Anson
--
Posted: 2004-12-17 19:40:27
Edit :
Quote
@Graphite2003: Cant be certain for sure. Wish someone else with a t610/637 would try loading the page to see. Then we can begin to narrow down our options.
Anyone with a t610, kindly help out!
--
Posted: 2004-12-17 21:11:00
Edit :
Quote
@Graphiote2003: I got some guys at my regional thread to test out the link. Here are the feedback
<--feedback start-->
1. Posted by brym!: 2004-12-18 07:55
--------------------------------------------------------------------------------
@AYA, got into site, it says : Hello World. Rest of page is blank.
This message was posted from a K500
2. Posted by Mamba: 2004-12-18 09:47
--------------------------------------------------------------------------------
loads perfectly
Hello World
Welcome to the world of WML
<--feedback end-->
Looks good so far. The problem may be your phone. I've got someone with a t610 who says he'll give it a run. Expect the result soonest.
--
Posted: 2004-12-18 11:34:16
Edit :
Quote
@Graphite2003: Here's the feedback from another t610:
Posted by coolapostle: 2004-12-18 11:46
--------------------------------------------------------------------------------
It did not work. It gave an error and said there was something with the link. I typed with Http:// and without it.
This message was posted from a T610
Not good. Looks like T610 generally won't load your page. Why, I dunno? Any ideas?
--
Posted: 2004-12-18 12:38:45
Edit :
Quote
The t68i and t610 are very strict. If u have one tag not closed then it will not load. Im on wap so cant check the code properly
This message was posted from a Nokia
--
Posted: 2004-12-18 13:58:46
Edit :
Quote
Quote:
Wrong mime-type, I got text/html, but I want text/vnd.wap.wml.
This error occurs when you request a page that is not a WAP page, or when the webserver isn't set up correctly for hosting WAP sites
That's the reason. You have to add a mime type for the "wml" files.
AddType text/vnd.wap.wml wml
_________________
http://xpc.go.ro/wap.wml[ This Message was edited by: DSF on 2004-12-18 13:14 ]
--
Posted: 2004-12-18 14:10:32
Edit :
Quote
@Graphite2003: Over to you now
--
Posted: 2004-12-18 14:52:55
Edit :
Quote
OK i just tried to upload your HelloWorld.wml to home.ro'server and it works. It's configured for wml pages, it seems.
http://xpc.go.ro/hello.wml
PS: the code is intact, wasn't changed, just uploaded to my host.
--
Posted: 2004-12-18 15:14:15
Edit :
Quote
New Topic
Reply