That's pretty cool... I figured the toString() was hosing things up.  Oh 
well.

~Todd

On Wed, 3 Jul 2002, Dave Watts wrote:

> > >   <cfinvokeargument name="flavor" value="chocolate">
> >
> > yes that should just bust. flavor should be either xml or 
> > wddx. though maybe i'm worrying too much? maybe just dump 
> > back the query?
> 
> OK. When I tried it with flavor being "xml", it worked just fine. The
> browser doesn't display it as an XML document simply because I'm fetching it
> and dropping it within an HTML page. When I added a CFCONTENT tag to my
> code, I got an XML document output to the browser:
> 
> <!--- beginning of page --->
> <cfinvoke webservice="http://webservices.tei.or.th/getQuakeData.cfc?wsdl";
>       method="fetchquakedata"
>       returnvariable="anXMLDocument">
>       <cfinvokeargument name="weeks" value="3.0">
>       <cfinvokeargument name="flavor" value="xml">    
> </cfinvoke>
> 
> <cfcontent type="text/xml"><cfoutput>#anXMLDocument#</cfoutput>
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
______________________________________________________________________
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

Reply via email to