YE, I was thinking more of return or argument data. If I want to send it in XML format, how would the client know what to do with it? I just looked up a service as an example and that has a method to download the schema for the xml it requires as one of it's arguments. So I'm guessing that that's the way it's done.
-----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 21 June 2002 16:32 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Web Services returning XML??? > I might be missing something here. There isn't a return type > of XML from a cfcomponent. Is that a standard SOAP thing? Do > you just send it as a string. I suppose that's the whole > point of XML. But how does it work? Do you just tell users > it's XML and then distribute schemas or what? SOAP provides its own XML schema; any SOAP client will automatically know how to interpret a SOAP Envelope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ********************************************************************************** The opinions expressed in this E-mail are those of the individual and not necessarily the company. This E-mail and any files transmitted with it are confidential and solely for the use of the intended recipients ********************************************************************************** ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

