cfhttp.filecontent will give you the reponse content.

Do a <cfdump var="#cfhttp#"> to see everything you get back.

--
 Jon
 mailto:[EMAIL PROTECTED]

Monday, July 29, 2002, 7:38:47 PM, you wrote:
TW> hi there.

TW> how should i gather the response from this page?
TW> im making the post through this codeset:

TW> <!--- Begin Codeset----->


TW> <cfhttp method="Post" url="https://<serverurl>/thisapi/grab_reports.asp
">>

TW>         <cfhttpparam type="Formfield" value="#xml#" name="INPUT">
        
TW> </cfhttp>


TW> <!--- End Codeset----->

TW> its supps to return to me a status_code?

TW> and, its just not clicking what i am missing here, i poll
TW> the page, in a loop, to see if there is a value for status_code...but
TW> i guess im confused at to what variable scope it would fit?

TW> thanks for any and all input.

TW> ...tony

TW> tony weeg
TW> [EMAIL PROTECTED]
TW> www.revolutionwebdesign.com
TW> rEvOlUtIoN wEb DeSiGn
TW> 410.334.6331 

TW> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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

Reply via email to