On 12/14/2009 4:51 PM, John Barrett wrote:
> I think that Flex is looking for a function getArtist, but the method is
getArtists. I wrote a blog on this,maybe the blog is more clear, and I have
tested the cfc which is working properly too:
> http://hawaiiflash.net/blog/post.cfm/database-results-flex
sorry, should have read your email more closely:
your error is flex side, your init method is trying to call getArtist() which
doesn't exist on that service.
private function initApp() :void {
ArtistGateway_RO.getArtist();
}