Hi All,

I have create the web based flex application on which i am using the dot net 
web service. When i call the web service method it is taking time to retrive 
the data.

Web Service Configuration:
I have configure web service by importing option from Data menu. Which we will 
automatically generate all the action script files. So i have calling the web 
service by calling its object. For example:

privatevarserviceMenu : myWebService;privatefunctionregisteredAppInit() : 
void{    // registered the event    serviceMenu = 
    
serviceMenu.addapplicationInitEventListenernewmyWebService(null,strWebServiceURI);
    (        function(event : ApplicationInitResultEvent) : void        {       
        var
            arrLocation = event.result;arrLocation : ArrayCollection = 
newArrayCollection();        }
    serviceMenu.applicationInit(
 
Thank in Advance
 "para");
 }
Regards,

________________________________

Krunal Panchal     )


      

Reply via email to