I have an HTTPService defined as following
<mx:HTTPService id="jsonServ" resultFormat="text" method="GET" useProxy="false"/>
I make an invokation of the following type using Flash project:
https://DOMAIN/json/Invoke?json={“CLASS”:”FUNCTION”, PARAMETERS}}
Result work fine but fault come with no raw content and no status code. Air is working.
Any ideas?
This might correspond to this one here:
Also check out: http://code.google.com/p/as3httpclientlib/