Data Model Flex


 
    xmlns:mx="library://ns.adobe.com/flex/mx"
    xmlns:s="library://ns.adobe.com/flex/spark">
    
                    wsdl="http:/example.com/ws/WeatherService?wsdl" useProxy="false">
            
                
                    {zip.text}
                

            
        
    

    
        
            
            
            
                            click="WeatherService.GetWeather.send();" />
            
            
                            text="{WeatherService.GetWeather.lastResult.Location}" />
            
            
                            text="{WeatherService.GetWeather.lastResult.CurrentTemp}" />