This mobile application demonstrates how to retrieve XML data from a server, return the results, and work with the data objects and display them. There will be a video posted on this blog post very shortly with the instructions for building it along with best practices. In the meantime, you may download the source code directly from http://www.web2open.org/adc/XMLService.fxp
Now for some words of caution. First, loading XML into a mobile application is generally a bad idea. It is far better to use AMF with a 3-tier architecture (hello LiveCycle Data Services!!). Nevertheless, small XML files can be worked with in this manner! Enjoy.
Original post at http://technoracle.blogspot.com