From: Rick Waugh on
We are using a CF5 server, and will not be updating to MX any time soon. I need
to call a web service, and understand I can do this with CFHTTP. Can anyone
direct me to any docs or give me examples of how to do this?

From: sdortch on
I recently did the same thing. I ended up buying CFX_HTTP5 from
cftagstore.com http://www.cftagstore.com/tags/cfxhttp5.cfm and it
worked great. Very easy to implement and good documentation on how to
use it.

HTH

From: Rick Waugh on
Answered my own question. The problem I had was returning complex datatypes.
CFHTTP.FILECONTENT actually comes back as WDDX from an MX web service, so I was
able to use the CFWDDX tag to turn a Soap structure into a CF structure, and
it works perfectly.