|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
wml, nokia toolkit
anyone know how to setup the nokia gateway to communicate with apache server?
when i key in localhost/test.wml in the SDK control panel, it show this error: Cannot load http://localhost/test.wml (HTTP Error 404 Not Found) when i key in c:/phpweb/test.wml in the SDK control panel, it show this error: WML Encoder: Root element not declared (download/alternative DTD failed) this is the test.wml file, any comments? thank you.... <?php header("Content-type: text/vnd.wap.wml"); echo "<?xml version=\"1.0\"?>"; echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"http://www.wapforum.org/DTD/wml_1.1.xml\">"; ?> <?php include "fastwap.inc.php"; ?> <wml> <card id="card1" title="firstpage" newcontext="true"> <p align="center"> <?php echo 'Hello World'; ?> </p> </card> </wml> |
|
#2
|
|||
|
|||
|
have you set up your apache to allow for wml midi's. have you tried specifying a port e.g. localhost:8080
|
|
#3
|
||||
|
||||
|
All the possible text i also include in httpd file:
The port that you mean is the proxy setting? Host: localhost Port: 8080 or anything else? AddType application/x-httpd-php .wml AddType application/x-httpd-php3 .wml AddType text/vnd.wap.wml .wml AddType image/vnd.wap.wbmp .wbmp AddType application/x-httpd-php3 .php3 .php .phtml .wml AddType application/x-httpd-php3-source .phps AddType text/vnd.WAP.WML WML AddType text/vnd.WAP.WMLscript WMLs AddType image/vnd.WAP.WBMP WBMP AddType application/vnd.WAP.WMLc WMLc AddType application/vnd.WAP.WMLscriptc WMLsc |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > wml, nokia toolkit |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|