|
We have a legacy site based on ColdFusion 4.5 that we are
still supporting but have no plans/need to migrate to CF 6.1. We had a request
to modify part of the site for new functionality we have developed for a
different site which is based on CF 6.1 utilizing CFCs. So my dilemma is how
do I get functionality developed using CFCs available to a site using CF 4.5?
I ended up using a CFHTTP call from my 4.5 site directly to a remote method of
my CFC. My CFC handled all of my business rules and returned results back to
CF 4.5 site. I am able to pass data from my CF 4.5 site via CFHTTPPARAM.
Pretty cool. I’m not sure if anyone else has had this need but I wanted
to share my experience. Thanks - Tom Schreck 817-252-4900 [EMAIL PROTECTED] I have not failed. I've found 10,000 ways that won't work. - Thomas Edison |
