Coldfusion structures are *NOT* compatible with .NET or PHP. You might be able to return a complex object (ie, a cfc object type)... but I was never really able to get that to work with our .NET app.
Our solution was to write a "wrapper" CFC that essentially has the same function names, invokes those functions in the main cfc, and converts the results from a struct to an array. We then call the wrapper CFC from the VP app instead. Flash, Flex, and CF apps call the main authentication CFC directly. Rick -- I'm not certified, but I have been told that I'm certifiable... Visit http://www.opensourcecf.com today! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271352 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

