hmmm  If you can get them to send you a WDDX file (which is just a standard
packaging DTS for XML), then you can use CFHTTP to read the file contents
into a variable, run the WDDX2CFM function to convert it into a recordset
for you, then use it as a plain jane Cold Fusion recordset.  

I've done this with MoreOver.Com's news feeds.. works great.

Best of Luck.

Shawn Grover

-----Original Message-----
From: Ricardo Villalobos [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 3:35 PM
To: CF-Talk
Subject: Reading an XML post


Hi,

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? 

Thanks in advance for your help.

Ricardo Villalobos
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to