[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

[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

[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