[flexcoders] Flex Data Services:Live feed possible from python web service?

2007-03-23 Thread suyash jape
Hi all
I want to do charting of some data being collected from a python web 
service.
Can i have live real time feed to the charts in Flex. The Web service has to be 
in python.
Or for real time feed in charts,does the server providing the data has to Flex 
data server?

Can i integrate python webservice for real tme feed in Flex charts? How do i go 
about this ?

Thanks.

 
-
Looking for earth-friendly autos? 
 Browse Top Cars by Green Rating at Yahoo! Autos' Green Center.  

[flexcoders] How to get Live feed from web service in flex

2007-02-23 Thread suyash jape
Hi 
   I have written a web service which retrieves CPU utilization and memory 
utilization  from the server. I am making web service calls from Flex and 
displaying it.
I want to get Live feed from the server and display it in some charting 
component in Flex. What do I need to do to get Live feed in Flex.
Thanks ...

 
-
Now that's room service! Choose from over 150,000 hotels 
in 45,000 destinations on Yahoo! Travel to find your fit.

[flexcoders] How to fill datagrid with SOAP output?

2007-02-19 Thread suyash jape
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:int0/item
  item xsi:type=xsd:double999/item
  item xsi:type=xsd:double99.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.