Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Sending a huge XML file to flex client

Avatar

Level 1

I have a huge xml file at the backend which I want to send it to the flex client (AdvanceDataGrid and Charts). Using regular HTTP without any compression will not work and it is really slow. What should be the ideal solution for implement this?

1 Reply

Avatar

Level 3

Hi,

           Try to use RemoteObjects .

           But if XML file is very Large Processing side at ClientSide(Flex) will take a large amount of time either u Use HttpService or anything Else.

           Try to code effectively at Client Side ,