You can try creating a cfcomponent with properties for each field and return an array of those components, or return an array of structs--might have better luck. Still might have problems since CFMX arrays are array of anything.
We've had to resort to doing the XML manually in all cases. Haven't ever been able to use CFMX web services for a real application, even though we use web services quite extensively. Good luck! Sam > -----Original Message----- > From: Jade Sailor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 7:42 PM > To: CF-Talk > Subject: return query to .NET client from CF webservice > > > Hi, > I've been trying to return a query to a client written in C#, > but it seems > that it cannot consume the service. > Does anyone know how to publish such a service in which I can > return a > complex data type like a query? > > Thanks > Jade > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

