I am sending my request, and I see the data traffic in the command window, but why is the result always empty?
Answer / Kanhiya Rajak
In Adobe Flex, an empty result from a web service call can be caused by various reasons. One common issue is that there might be an error in your service URL or parameters. Another possibility is that the service might not return any data under certain conditions, such as when using a filter that does not match any records. You should check your service URL and parameters, and make sure you handle any errors that might occur during the call.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of disableautoupdate method?
Do I need to upgrade my flash player to use beta 3?
What is an event class in Flex?
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
How do we use css styles in flex? : adobe flex action script
How do you use a repeater in actionscript? : adobe flex action script
What are the methods called when a ui component is intialized? : adobe flex action script
How do we identify a component created in a repeater using flex? : adobe flex action script
I am sending my request, and I see the data traffic in the command window, but why is the result always empty? : adobe flex action script
What are the correct statements consenting text field? : adobe flex action script
What are the advantages and disadvantages of using flex? And why flex wins over other technologies?
How does item renderer work? How do we add item renderer at runtime in flex?