First off, you'll need to read your response as a simple textby specifying resultFormat="text" in your service:<mx:HTTPService id="srv" url="http://192.168.103.128:8081/ManageMe/manageme/generateXMLForGantt.action"resultFormat="text"/>Now in your result event you'll read the response as simpletext:v...