Solved! Go to Solution.
I created a model using python and publish it as a service. Then I call the service in Flex client. The return value is a list (with fixed column and unfixed number of rows) in Python. When I get the output value in Flex using event.parameterValue, how to parse the value? Thanks
I created a model using python and publish it as a service. Then I call the service in Flex client. The return value is a list (with fixed column and unfixed number of rows) in Python. When I get the output value in Flex using event.parameterValue, how to parse the value? Thanks