This is my code and I have tried it with WDDX2CFML also and then it does not want to show me anything.
<CFHTTP URL="http://p.moreover.com/cgi-local/page?c=Sports%3A%20motor%20sports%20new s&o=xml">
<CFWDDX ACTION="CFML2WDDX" INPUT="#CFHTTP.FileContent#" OUTPUT="Results"> <CFOUTPUT>#Results#</CFOUTPUT>
Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc.
-----Original Message----- From: Jeffry Houser [mailto:jeff@farcryfly.com] Sent: Tuesday, February 20, 2001 12:48 PM To: CF-Talk Subject: Re: Extracting WDDX info into CFM
Wouldn't you want to use CFWDDX with the action being 'WDDX2CF'? Once you do that, you should be able to output it, process it, or do whatever else you want.
Larry Juncker wrote:
> I have a WDDX packet coming back to my template but for the life of me, I > can not find info for extracting the code in useable form. > > http://www.aljcompserv.com/LJJTest/WDDX_News_Feeds/NewsLead.cfm > > All I get is the xml code. > > Any help would be greatly appreciated. > > Larry Juncker > Senior Cold Fusion Developer > Heartland Communications Group, Inc. > >