Post to a page on your site that has cfhttp on it. Using cfhttp with cfhttpparam you can post and capture the response to a variable called #cfhttp.filecontent#. I think you may need to read up on cfhttpparam.
>From that point you can use cf to parse the content into whatever you need. Try this link. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/remotes6.htm Emmet -----Original Message----- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 5:40 PM To: CF-Talk Subject: Re: Need Advice- Form Posting to an Outside Server and Dealing with the Response I still don't quite get the below and guess I don't understand how to structure the thing. It's the getting from when I submit my form (www.mysite.com/My-Form.cfm), back to a response page (www.mysite.com/My-Response.cfm) that contains the info from "www.SomeOtherSite.com" without them ever seeing that page. > CFHTTP returns a string of XML in the variable CFTTP.filecontent. > > You can then interact with it using the cfxml tag: > http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b21.htm >> Basically, here's what I've got: >> 1. www.mysite.com/My-Form.cfm >> submits to >> 2. www.SomeOtherSite.com/form-process.aspx >> and returns >> 3. www.SomeOtherSite.com/results.xml -- ----------- Les Mizzell ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219725 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

