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 (On a PC, right click and select "Save link as..."; on a MAC, control-click and select "Save link as...").
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.
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.