It might be that flash is sending the XML raw in the request header. this is the way that the MSXML object sends xml. You can't get at it under CF4.0 and I'm not sure about CF 4.5 either. If you're running cf 5.0 then have a look at the request header object. I can't remember it's name offhand but I know they added the ability to read raw headers in CF5.0.
Let us know if that turns out to be the solution, I've possibly got some Flash/XML/CF work coming up and know how this works would be a help. Barny P.S. The other way to see what it's doing is possibly to add a local proxy (If flash uses proxies) I've got a Java based proxy at work that prints out the request/response and it's VERY useful for things like this. -----Original Message----- From: luke [mailto:[EMAIL PROTECTED]] Sent: 12 October 2001 17:23 To: [EMAIL PROTECTED] Subject: [cf-xml] Flash's XML.send function Hi when you xml.send with Flash to send XML to a ColdFusion page, it comes with the POST method, but you can't seem to get at the information with the normal form variables (but I can see the information if I turn 'show variables' on in the administrator. Does anyone know how I get this information in ColdFusion? Luke -----------------------+ cf-xml mailing list [EMAIL PROTECTED] http://torchbox.com/xml -----------------------+ cf-xml mailing list [EMAIL PROTECTED] http://torchbox.com/xml
