> Yeah SOAP would be an option but since I'm not that familiar with it > (and I'll have to support this thing) I'll stick to the custom XML > responses for now.
Well, just for future reference, it's very simple. You just write a CFC, add a function to that CFC with ACCESS="REMOTE", and return whatever object you want to return. For cross-platform happiness, stick to simple values, arrays or typed objects (essentially structures for which you've created a corresponding CFC). You don't have to write any XML at all that way. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5842 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
