David,

Thank you, this is what I needed. Due to budget limitations I have to
find a way to do this with ColdFusion 4.0. Any ideas on how to read an
HTTP Post without using form variables, CFHTTP or CFFILE? (Remember, our
customer is sending the XML file as an HTTP post)

Thanks again for your help and for all the previous responses.

Ricardo Villalobos
Dimasys, Inc.


> Date: Mon, 13 Aug 2001 19:27:48 -0400
> From: Dave Watts <[EMAIL PROTECTED]>
> Subject: RE: Reading an XML post
> Message-ID: 
> <[EMAIL PROTECTED]>
> 
> > One of our customers will start sending us orders using XML. They
> > basically will post the file to a URL in our web server. Using ASP, 
> > I can read the contents of the post using Request.BinaryRead. Is 
> > there anything similar in ColdFusion?
> 
> Yes, in CF 5 you can use the GetHTTPRequestData function to 
> read the body of
> an HTTP POST received by CF. Unfortunately, in previous 
> versions there's
> nothing analogous to that. There are workarounds, but none of them are
> especially palatable.
> 
> David T Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> phone: (202) 797-5496
> fax: (202) 797-5444
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to