<cfset x =
GetHttpRequestData()>
<cfoutput>http_content ---
#toString(x.content)#</cfoutput>
CF 5.0
only.
As for
sending in the request body, I'm not sure. I wrote a Java CFX to do that for my
company which I can share off-list with you if you like.
Barny
-----Original Message-----
From: Ed Fisco [mailto:[EMAIL PROTECTED]]
Sent: 05 April 2002 04:51
To: [EMAIL PROTECTED]
Subject: [cf-xml] POSTing
Hi everyone,
Is there a way in CF to receive a POSTed (XML) data which is in the request body? The data that is coming is *not* POSTed via the standard form of name/value pairs, but rather is POSTed as a stream of data or as a serialized object which basically doesn't have a form name. (The data is POSTed by a non-CF application).
Related to this, can CF do the reverse, i.e., POSTing a stream of data or serialized object?
Thank you
