Friday, March 26, 2010

how to connect flex using java servlets?

i have a xml data generated by a servlet and i want to get the data in flex.

how to connect flex using java servlets?

Hi,

?If you are using Servlets use HttpService to call a Servlet From Flex, Inside the HttpService u will be having ResultEvent and FaultEvent,

If Servlets returns Something it will be coming to ResultEvent and if any Failure it will go to FaultEvent.

No comments:

Post a Comment