"Error #1006: getAttributeByQName is not a function." Flex 2.0.1 hotfix 2
- by Deveti Putnik
Hi, guys!
I am working on some old Flex project (Flex 2.0.1 hotfix 2) and I am rookie in Flex programming. So, I wrote code for accessing some ASP.NET web service:
<?xml version="1.0" encoding="utf-8"?>
[Bindable]
public var users:ArrayOfUser;
private function buttonClicked():void
{
…