Paul, when you browse that CFC (like: http://yourserver/somedirectory/this.cfc?WSDL&method=someMethod) in Internet explorer. What happens? Where's your webservice at? Can we peek?
~Todd =============== � From: Paul Hastings � Subject: Re: Clarification needed -- WebServices (Part II) � Date: Tue, 02 Jul 2002 11:23:31 -0700 > Is this the correct assumption? Would she even bother to make it a > webservice at this point? Or, should she really be returning a structure > / array / query, etc..? well i can return a wddx packet fine but apparently either i'm blowing away my xml creation or maybe there's something to this xml of xml: <cfxml variable="aQuakesPackage" casesensitive="no"> <aQuakesPackage> <cfoutput query="getQuakes"> <thisQuake name="#currentRow#"> <quakedate>#xmlFormat(quakeDate)#</quakedate> <quakelocation>#xmlFormat(quakeLocation)#</quakelocation> <latitude>#latitude#</latitude> <longitude>#longitude#</longitude> <origintime>#originTime#</origintime> <quakedepth>#quakeDepth#</quakedepth> <magnitude>#magnitude#</magnitude> <magnitudeunit>#magnitudeUnit#</magnitudeunit> <distance>#distance#</distance> </thisQuake> </cfoutput> </aQuakesPackage> </cfxml> <cfreturn "#toString(aQuakesPackage)#"> people consuming this web service (for instance Graham Clarke tells me IsXMLDoc(quakesPackage)# returns "NO" and #XMLParse(quakesPackage)# returns coldfusion.xml.XmlNodeList@64bece) say they get crazy results outside of cfdump. any ideas? Todd Rafferty ([EMAIL PROTECTED]) http://www.web-rat.com/ Team Macromedia Volunteer for ColdFusion http://www.macromedia.com/support/forums/team_macromedia/ Moderator @ FlashCFM.com - http://www.flashCFM.com/ Back-end Moderator @ Ultrashock.com - http://www.ultrashock.com/ ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

