<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" viewSourceURL="srcview/index.html">
    <!--
        The following code contained in this chapter's bundle consists of:
            
            Listing 14-2
                Loading the XML File
            
            Listing 14-3
                Adding a DataGrid to Display the Data
            
            Listing 14-4
                Adding an Event Handler to the result Event
            
            Listing 14-5
                Sending Custom Parameters
            
            Listing 14-6
                Using a Web Service (YouTube) to Return a List of Data
            
            Listing 14-7
                Loading Weather Forecast Data Using a Web Service. THis example also includes the generated 
                code that was created by the WSDL wizard. This code is in the net.webservicex package.
    -->
</mx:Application>