Passthru and Nokia WAP Toolkit

Hi Tony,

I’m running Tamino using Apache as webserver.
My settings for MIME types are:

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

They are not so different than that ones you wrote to IIS.

I made some progress since my first message and I found out that even a simgle .WML file stored as nonXML on Tamino (e.g. http://localhost/tamino/mydb/xslcoll/xsldoc/wap.wml) produces the same error when running on Nokia WAP Toolkit although it is running ok on IE 5.5.

In my zone.properties file, there is a Passthru parameter to content type as follows:

# Initialize the content type of the response document
servlet.styler.initArgs=contenttype=text/xml

What kind of content type I can change it to?

Thanks,

Ito