Before I delve into sample code - please indulge me a high-level question:

Is it theoretically POSSIBLE to pass the entire session scope - as a structure - to a CFFUNCTION on another machine via a web service call?
<cfinvoke webservice="http://...
<cfargument name="userSession" value="#session#" />
</cfinvoke>

I keep getting axis-looking invalid type errors from ACF8, no matter if I use "Struct", "Any", even "Array". This kinda prevents me from porting it to OpenBD and the rest of the family.

I simply want the receiving API to be able to pluck out whatever's needed, like a value object - without having to itemize each one as a separate cfargument.

Either there's something super secret or protective about passing session structs... or (more likely) I can't code my proof of concept for squat.

Al

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to