Generally it's done where the entire HTTP POST data is the XML data, no form field, as in
You can retrieve this with getHttpRequestData() which returns a structure with a key "content" that has the XML data you're interested in. However, there is an intermittent bug in CFMX where this function often returns empty content, even though the content length field is correct. Write to MM ask them to fix this bug: http://www.macromedia.com/support/email/wishform/?6213=3 No work around that I've found. Been playing around with using Java PageContext to get the data, but haven't got it working yet. Some of our apps are stuck in CF5 until this is fixed. Thanks, Sam At 02:28 PM 12/3/2002, you wrote: >Hi, > >Thanks to everyone who helped me on Posting XML last week. > >I now need to know how to receive an XML post. In the examples I found on >the net, the post was made with a specific form field. Is this how it's >done generally? Or, Is it possible to receive a stream without a form variable? > >Thanks, > >Frank Mamone > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

