> If someone asked if a web service returned XML would the answer be yes no > matter what data type it returns (becauise all responses are in XML)? or > would it only be yes if that data was returned as XML and not a > query/struct/etc.?
I'd say the latter, because the fact that web services use XML is an implementation detail that should be transparent to both the provider and consumer. I.e. if the returntype of the CFC method is 'string', you might be returning XML, but if the returntype of the method is 'struct', you're not returning XML (even though on the wire it might be encoded as XML). cheers, barneyb -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223299 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

