Hi Guys, 

Going to resurrect this discussion. 

I've started moving much of my spaghetti code (works fine, but messy) into 
CFC's. 

What's the most efficient way for 3rd party applications (android app, 
iphone app, desktop app, or API) to utilize the CFC's?

My understanding is that it's possible for a 3rd party external application 
to interface with OpenBD (soap?) and utilize CFC's and their functions.

Like, if I had an Android app, and I wanted to utilize a function in a CFC, 
would I send the required arguments via xml, have OpenBD parse that XML for 
the arguments, apply them to the function, get the cfreturn results, dump 
it back into an XML document, and send that back to the app?


-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to