I am using a application server api from my flex app to make changes 
to data in the database.    For example:   
http://myappserver$makeUpdatetoEmployeeID=updateHireDate.

I want to be able to capture the results after sending the API to see 
if it was successful or failure.   Once I make the call, it usually 
returns the result in XML format.

eg. 

<results>
   <result>
       Successful
   </result>
<results>



Reply via email to