I have come across the same thing. But... If you want to use Spry, you need returntype="xml" I am not sure about other web 2.0 JavaScript libraries??
An article I read said to create another web service that calls the main web service, but returns string and tell .Net to use that. You can use the ToString function and pass it the xml On 9/28/07, Tim Do <[EMAIL PROTECTED]> wrote: > > Yes, it was returnType="xml" > > -----Original Message----- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 26, 2007 7:42 PM > To: CF-Talk > Subject: Re: cf webservice not working for .net? > > What was the previous value of the returntype? > > On 9/27/07, Tim Do <[EMAIL PROTECTED]> wrote: > > Just figured out that if I use returntype="string" in the cffunction > > then it works in .net. Anybody know why .net doesn't know how to > > interpret xml that cf generates?? > > -- > mxAjax / CFAjax docs and other useful articles: > http://www.bifrost.com.au/blog/ > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291298 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

