I might have found a bug ... I'm running MX 7. I have a simple CFC with a
method that returns some XML. When I access this method through a URL:

[url]http://www.mysite.com/component.cfc?method=getUser&id=5[/url]

Nothing happens. The page just sits there processing indefinately. If I
remove the <cfreturn xmlObject> and just <cfdump> the contents of xmlObject,
everything looks fine. I know that accessing a CFC through a URL returns WDDX,
is it possible the system is getting stuck trying to parse XML into WDDX?

I actually plan on accessing this component from other components, or directly
from a CFM page, and when I do that then everything is returned fine. I was
just using the URL access as a method to test and see if everything is being
returned correctly.

I can attach code or give you an example URL if that helps any.