Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

how to connect flex using java servlets?

Avatar

Level 1

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

1 Reply

Avatar

Level 3

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.