> I'm getting an error stating... > "unknown element encountered" > When I try to deserialize a cfhttp.filecontent variable I received from a > cfhttp > call. Does anyone have any ideas on why this might happen? I'm running > cf5 on w2k.
I'm assuming the cfhttp.filecontent is supposed to be a wddx packet? ... You may need to trim the cfhttp.filecontent variable before attempting to deserialize it... I remember the wddx parser not liking whitespace around the packet. Other than that, just examine the data manually to make sure it's opened and close properly and the entire packet is being transferred... Isaac Dealey www.turnkey.to 954-776-0046 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

