> still wondering if the xml flavored packets are being > returned correctly?
I got an error message, referencing the nonexistent "AQUAKESPACKAGE" argument I think. That's not reflected in the WSDL. Here's the invocation code I used: <cfinvoke webservice="http://webservices.tei.or.th/getQuakeData.cfc?wsdl" method="fetchquakedata" returnvariable="anXMLDocument"> <cfinvokeargument name="weeks" value="3.0"> <cfinvokeargument name="flavor" value="chocolate"> </cfinvoke> <cfdump var="#anXMLDocument#"> You might want to post your CFC code. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

