views:

22

answers:

0

I'm running into a problem with a poorly formed response that's causing an xml parsing error. I don't have any control over the response, so I've been trying to subclass the XMLSerializationFilter, and catch the error in my own override deserializeResult. But flex is complaining that I'm not matching the method signature. I can't seem to find any information about this class in any of Adobe's APIs - what's up with that?!

Any help is very much appreciated.