I have a simply "Hello World" page at SuperEMS.com/test.wml. I can
display it using an emulator (i.e., www.gelon.net), but when I try to
display it using my Ericsson T616, it displays "500 Web service
problem; Please contact the service provider." I contacted the
service provider and they informed me that WAP is enabled on the
server.
Any ideas?
Thanks!
Steve
> I have a simply "Hello World" page at SuperEMS.com/test.wml. I can
> display it using an emulator (i.e., www.gelon.net), but when I try to
> display it using my Ericsson T616, it displays "500 Web service
> problem; Please contact the service provider."
Your WML file definition is invalid.
The first line is as follows:
<?xml version=1.0"?>
This is missing a quotation mark, and should be:
<?xml version="1.0"?>
Try viewing it in Opera (which has a WAP browser built in), it identifies
the problem straight away and highlights where the quotation mark should be.

Signature
(O) e n o n e
Steve - 19 Apr 2004 20:09 GMT
> > I have a simply "Hello World" page at SuperEMS.com/test.wml. I can
> > display it using an emulator (i.e., www.gelon.net), but when I try to
[quoted text clipped - 13 lines]
> Try viewing it in Opera (which has a WAP browser built in), it identifies
> the problem straight away and highlights where the quotation mark should be.
blush++
Thanks for your help.