This is really helped us a lot.
One more question on correlation. Can anybody tell me how to do correlation for this scenario.
Ex: Below is the example of response. Response will have bunch of names in that section and I need to correlate FirstName and LastName where HeadOfSection=true. Below code I copied is just few lines of response.
<flex.messaging.io.amf.ASObject serialization = "custom" >
<unserializable-parents/>
<map>
<default>
<loadFactor>0.75</loadFactor>
<threshold>12</threshold>
</default>
<int>16</int>
<int>12</int>
<string>HeadOfSection</string>
<boolean>true</boolean>
<string>.......</string>
<string>C</string>
<string>name</string>
<flex.messaging.io.amf.ASObject serialization = "custom" >
<unserializable-parents/>
<map>
<default>
<loadFactor>0.75</loadFactor>
<threshold>12</threshold>
</default>
<int>16</int>
<int>5</int>
<string>prefixName</string>
<null/>
<string>lastName</string>
<string>Test1</string>
<string>sufxName</string>
<null/>
<string>midName</string>
<null/>
<string>firstName</string>
<string>Test2</string>
</map>
<flex.messaging.io.amf.ASObject>