I'm sure that's helpful to a lot of people, but it doesn't do what the code in his example did.
Perhaps you know, can CF act as a server for data that is sent this way? I've tried and must be missing something. It's not a header, and it's not a form field. So I don't see how it could get past the web server to be passed on to CF. -- jon mailto:[EMAIL PROTECTED] Saturday, August 10, 2002, 8:07:00 PM, you wrote: BD> From the Release notes addition on macromedia.com: BD> You can now use cfhttp to post raw XML data, by using a new parameter type BD> called XML. BD> This sends the raw XML data with content-type = text/xml. BD> The following is a sample cfhttp call to post raw XML data: BD> <cfhttp url="..." method="POST"> BD> <cfhttpparam name="param1" BD> value="<xml string>" type="XML"> BD> </cfhttp> BD> Also, cfhttp allows only one cfhttpparam for a post when posting raw XML data. BD> At 07:41 PM 10/08/02 -0400, you wrote: >>I was hoping someone else would answer this, because all my posts >>about this turn into rants. :) >> >>This is what cfhttp does, except that when you use cfhttp to post >>anything, it automatically urlencodes the string. If you have control >>over the other end of this transaction you could ask them to do decode >>the data before trying to parse it, of they already don't. >>Other than that, the standard answer to this is roll your own http >>component. There are a few CFX http tags out there for cheap, and one >>I saw for free, but running on Linux I don't know. Since SSL is not >>required, this is a relatively easy task using Java, and if you have >>MX enterprise you can use the http jsp tags from the Jakarta Project. >>In MX, using MSXML will not work on Windows either because of the COM >>issues, at least in my testing. >> >>-- >>jon >>mailto:[EMAIL PROTECTED] >> >>Friday, August 9, 2002, 12:54:34 PM, you wrote: >> >>GM> Does CFMX have a better way of sending and receiving >>GM> XML data? The following way seems to be constrained to just >>GM> working with WinTel machines. What If I wanted to use Lintel? >>GM> <cfobject action="create" type="COM" class="Msxml2.ServerXMLHTTP.3.0" >>name="objHTTP">> >> >> BD> ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

