Results 1 to 3 of 3
  1. #1
    Steve
    Guest
    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



    See More: Can't display wml page




  2. #2
    Oenone
    Guest

    Re: Can't display wml page

    Steve wrote:
    > 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.

    --

    (O) e n o n e





  3. #3
    Steve
    Guest

    Re: Can't display wml page

    "Oenone" <[email protected]> wrote in message news:<[email protected]>...
    > Steve wrote:
    > > 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.


    blush++

    Thanks for your help.



  • Similar Threads