The problem i am facing right now is a filename.php generates filename.xml.... and this filename.xml is called in my Flex Tree.
Now everytime i update my DB, the values are not getting reflected into filename.xml unless i call the filename.php
Now how would i call filename.php from flex which will make the update of xml...
I have tried HTTPService and its not working.