Brook > Does any one know what the best way to pass a CF recordset via a webservice > to a desktop application developed in Delphi would be? Would I need to > convert the recordset to an alternate format before sending it to a desktop > app via a webservice? > > Would I need to convert the query to XML to do that, and if so - how do I > do that or are there any good tutorials on that topic you could point me > towards?
Yes, you need to serialize the recordset into an XML format to transport it. WSDL helps. http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applica tions_with_CFML/webservices6.htm Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138155 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

