> How do I do this in CFHTTP - specifically, line 21 - where do
> you put the message body?
...
> 21 <cfset j=xmlReq.send(strCommand)>
Unfortunately, you can't manipulate the raw request body with CFHTTP; you
can only send form data in that message body. You'll need to use a
third-party component to do this.
> P.S. I've been using XMLHTTP from MSXML as a COM object from within
> ColdFusion with success but it gives and Unspecified error message
> since we've upgraded to CF 4.5.1.
You should be able to diagnose the problem you're having with XMLHTTP, or at
least find a workaround. If worst comes to worst, you could write a Windows
Script Host wrapper for XMLHTTP, and call the wrapper from CF. Also, in your
code sample, I didn't see any property or method setting the target server
for the HTTP request.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists