I found a solution, though I admit I'm not totally happy with it. I can serialize a query into WDDX, then add it to my structure that is returned by the web service. On the other side, I can pick up that WDDX object, and de-serialize it back into a CF query object. That seems to work, but I worry about performance issues, and I don't really like the fact that the de-serializing step is required on the other end. It makes my data a little harder to understand out of the box.
> I would like to nest a query object inside of a structure that is > returned by a web service I'm building. The web service is to be > consumed by CFMX. I thought I had it working at one point, but now I > get an ugly error that says the QueryBean cannot be deserialized. > > So, now I'm wondering if I imagined my initial success. Is what I > want to do legal? > > Thanks in advance, > Ben Mueller ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207649 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

