I have a WAP application written in PowerDynamo running in jaguar server.
When I run the application via HTTP... it's working fine in NOkia Toolkit but NOT in the actual Nokia 7110. When I change the method of communication via WAP gateway... an error page displayed - "Page couldn't be displayed" on Nokia 7110 actual handphone and displayed "Content could not be encoded by the gateway".
Below are the three error messages found from Nokia Server error.log
Could anyone of you have any idea what went wrong here? Thank you.
1.[WMLEncoder]: XML error: http://192.168.128.102/dynamo/dyisa03.dll/jaguarMobileInt/wap/onDem.wml WFC: Root element not declared (download/alternative DTD failed?) >
2.WML Encoding failed. Request: 192.168.128.221:49998 --> GET http://192.168.128.102/dynamo/dyisa03.dll/jaguarMobileInt/wap/onDem.wml, Exception: Root element not declared (download/alternative DTD failed?)
3.Response processing failed. Request: 192.168.128.221:49998 --> GET http://192.168.128.102/dynamo/dyisa03.dll/jaguarMobileInt/wap/onDem.wml, Exception: NativeWMLEncoderFilter.transform(): caught WMLException: Root element not declared (download/alternative DTD failed?)
Posted by Felicia Leong, felicia@acctrak21.com
on May 23, 2000 at 04:18
Posted by Ben Cornwell, ben.cornwell@earthport.com
on May 23, 2000 at 15:50
It could be because you are coming in from a different site, ie the gateway machine. It gives that error if it doesn't find the instruction. Try pointing a web browser at the same location and seeing what comes up.
Posted by Felicia Leong, felicia@acctrak21.com
on May 24, 2000 at 04:37
Finally Found that.....
ACTUALLY THERE IS NOTHING WRONG IN CODE.... IT'S JUST ANOTHER BUGS IN NOKIA GATEWAY..... PROBLEM HAS BEEN SOLVED WHEN I CHANGED THE NOKIA GATEWAY TO ANOTHER......
Ben, Thank you for your valuable feedback. I appreciated it.