from the WAP FAQ-
How do I use ColdFusion to produce WML pages?
To serve WML pages with ColdFusion, simply add
< CFCONTENT type="text/vnd.wap.wml">
to the start of your page. Easy huh? (Obviously you should also ensure that the content created by the page is WML v1.1 compatible...)