Ahh, so YOU'RE the _one_ person who hit my example page so far... :) That sounded good at first, but query_string is actually empty. It appears the xml variable is coming over as a form field only. Grrr
I'm trying to play around with the whole GetPageContext() angle, but there is just SO MUCH stuff in there and I don't know what it all is. Check this out to make your head spin: http://www.bennadel.com/blog/758-ColdFusion-GetPageContext-Massive-Explo ration.htm ~Brad -----Original Message----- From: Wil Genovese [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 3:18 PM To: CF-Talk Subject: Re: urlencoded content type ok, I looked at your sample http post. Total crap IMHO. But we must eat crap at times. Ignore the form scope. Since this is passed as a query string on the URL use cgi.query_sting as your raw data and parse the real XML portion into it's own string the use CF's xml functions to convert into usable data. This could work, I think? Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307358 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

