hi hanks for prompt respose.

Actually the problem with getting data (parsing the data). After calling web 
method, data will return after few seconds.which i want to solve.
 
Regards,

________________________________

Krunal Panchal 




________________________________
From: valdhor <[email protected]>
To: [email protected]
Sent: Friday, 18 September, 2009 18:44:36
Subject: [flexcoders] Re: How can we increase web service performance?

  
Is the problem with Flex or with the web service itself? You can check data 
latency with something like Charles (www.charlesproxy. com).
In my experience, web services are not that fast. 

--- In flexcod...@yahoogro ups.com, Krunal Panchal <panchal_kru@ ...> wrote:
>
> 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:
> 
> privatevarserviceMe nu : myWebService; privatefunctionr egisteredAppInit () : 
> void{    // registered the event    serviceMenu = 
>     serviceMenu. addapplicationIn itEventListenern ewmyWebService( 
> null,strWebServi ceURI);
>     (        function(event : ApplicationInitResu ltEvent) : void        {    
>            var
>             arrLocation = event.result; arrLocation : ArrayCollection = 
> newArrayCollection( );        }
>     serviceMenu. applicationInit(
>  
> Thank in Advance
>  "para");
>  }
> Regards,
> 
> ____________ _________ _________ __
> 
> Krunal Panchal     )
>





      

Reply via email to