I try to fill a DataGrid from live XML data over http, but the grid desperately stays empty. The code is :
<mx:HTTPService id="catalogContents" contentType="application/xml" method="GET" protocol="http" resultFormat="xml"
Try resultFormat="object" and see if that works.
Manish

