> What are some options using Cold Fusion to send data in an 
> HTTP or HTTPS post that is not formatted in name value pairs 
> as is done with CFHTTP?
> 
> The purpose of this is to send data (an XML document), in a 
> raw post stream to another system that is reading the raw post 
> stream (ie. not looking for name value pairs).

Unfortunately, you can't do this with CFHTTP. There are third-party
components available which will let you specify the exact contents of the
request header and body. I think you can use CFX_HTTP for this, although I
haven't tried it:

http://www.fsc.follett.com/cf/cfx_http/

If not, there are quite a few COM HTTP controls which will do what you need.

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

Reply via email to