Hello, I'm using Flex Builder 2.01 with hotfix 3. When trying to use a WebService, I get the following error:
faultCode:DecodingError faultString:'Error #1006: getAttributeByQName is not a function.' faultDetail:'null' When debugging, I see that the correct response has been returned inside event.message.body. I also noticed that getAttributeByQName is defined as part of the XMLUtil class in Flex 3, but not in Flex 2.01. Could this be the problem?

