> -----Original Message----- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 22, 2005 1:54 PM > To: CF-Talk > Subject: Re: webservices and XML > > OK....nobody is getting my point :-( > > Can anybody confirm this statement about CF generated webservice output in > Livedocs and explain it (ignore the output attribute portion): > > The output attribute of the cffunction tag must be set to No because > ColdFusion converts all output to XML to return it to the consumer. > > So far in my testing I DO NOT GET XML returned from web services....I do > get > whatever the returntype says I'll get IF I return that type of data...I AM > NOT SEEING ANY CONVERSION TO XML
It only converts the content IF you've called it as a web service - however then it will blindly dump anything OUTPUT from method into the packet (probably ruining the packet). It's not the clearest statement in the world. ;^) Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:215924 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

