couple things, how come you didnt use and mx:operation tag between the
mx:webservice open and close tags? im not sure if thats even the issue
but to me it makes it easier because you specify the function inside the
cfc you're trying to call by doing this.also, most of the time when you
get the wsdl error you wrote of, its because of some mal-formed xml. if
your result has any html tags in its output, theres a good chance youll
get a parsing error because xml is wicked picky. youd wanna do a
cold...