> I am trying to use coldfusion with wml using jataayu
> gateway on linux.
> My cf code is as follows......
> ##############
> <cfcontent type="text/vnd.wap.wml">
> <?xml version="1.0"?>
> <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN"
> "http://www.phone.com/dtd/wml11.dtd" >
> <wml>
>       <card id="card1" title="cf-card">
>               <p>
>                       hello how r u?aaaa
>               </p>
>       </card>
> </wml>
> ######
> I am saving it as cfwml.cfm and trying to access it
> from a nokia simmmulator but unsuccessfully. But i am 
> able to access the files with .wml extension in the
> same folder from nokia simmulator.As soon as i request
> the .cfm file from the simmulator , the gateway
> crashes...
> Is there any problem with my code? or do we 
> need to configure the cfserver? 
> or can it be the problem with the gateway?
> PLz try to help..

Your code looks fine, and should work. There's nothing to configure with the
CF server. Make sure you don't have an application.cfm in the directory path
that's adding additional text above the top.

I don't know anything about the "jataayu" gateway, though. You might try
using your service provider's gateway, to see if your gateway is the
problem. You might also consider subscribing to the cf-wap list, where
people will be more likely to help you with gateway problems. You can
subscribe by sending an email to [EMAIL PROTECTED] with a subject
of subscribe cf-wap firstname lastname.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to