Hi everyone.
  
  I have implemented a Flex web service client to access Python webservice( 
resultFormat is "e4x"):
    
  <mx:Text text="{wsXenmonService.getMetrics.lastResult}" width="80%" 
height="200"/>
  
  .This is the incoming SOAP response to Flex in the lastresult object
  
  <getMetricsResponse SOAP-ENC:root="1"  
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";  
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";  
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";  
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
    <Result SOAP-ENC:arrayType="xsd:ur-type[96]" xsi:type="SOAP-ENC:Array">
      <item xsi:type="xsd:int">0</item>
      <item xsi:type="xsd:double">999</item>
      <item xsi:type="xsd:double">99.94</item>
    </Result>
  </getMetricsResponse>
  
  I tried every way i could think of to print these values in a datagrid but 
couldnt do it.
  Could you tell me what is the SYNTAX to display these values (0,999,99.94)in 
a DataGrid?
  Do i have to write a filter function?How..
  
  Thank you.
  
  
  
 
---------------------------------
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.

Reply via email to