[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 pyt

[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

[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"): .This is the incoming SOAP response to Flex in the lastresult object http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-insta

[flexcoders] Flex client and Python web service: any standard WSDL format?

2007-02-15 Thread suyash
Hi I have written a web service in Python and trying to design a client in Flex 2.But some error or the other crops up. I am able to make a call to the web service but the SOAP response from the python web service is not getting read properlyand so i am not able to read the response data f

[flexcoders] security error accessing URL ..Cannot invoke method as WSDL did not load

2007-02-11 Thread suyash
Hi everyone! This is my first post in this group.I am writing my first Flex application. It is a simple web service (SOAP) in which 1) Server : is written in python.It has a method getMetrics defined which outputs an array of performance metrics. Server resides on a machine on the