Good Day, Just checking to see if anyone else has experienced any issues with converting WDDX in CF9.
I have the following that converts a Query object to WDDX and then I insert it into the DB: <Cfwddx action="cfml2wddx" input="#arguments.myQuery#" output="local.wddxQuery" usetimezoneinfo="true" /> I then ready it from the DB and convert it back using the following: <Cfwddx action="wddx2cfml" input="#local.getReport.reportData#" output="local.myQuery"> looking at the results through a CFDump, everything is fine, but if I try and send the Query Data to a CFReport file, it tells me that there is an invalid character '<' in the CFR, when this is not the case (as it works with the same query data before being written to the DB). I wrote the code on CF8, and it works fine. Has anyone else had a problem with the WDDX conversion? Thanks, Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330026 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

