@ Saurab, 1) How can I optimize the SaopDecoder.as as because its an Framework handled class? We wont have any control over the class.
2) I am using Lombardi as my server side, So How can I do preprocessing of data in my Webservice. Thanks, Veeru On Thu, Dec 3, 2009 at 8:31 PM, Saurabh Narula <[email protected] > wrote: > Hi, > > Try optimizing the Decoding code that you have written in SoapDecoder.as > file, if you are running for loops then there would definately be a > performance hit, why dont you do your processing in webservice itself n then > send the final result to the flex app, always good to perform less > calculations/processing in your flex app, also try sending processed in > chunks rather than one whole big xml/datastructure, nobody wants to look at > 5000 rows in once. > > All the Best. > > Saurabh > > www.saurabhnarula.com > > > > > On Thu, Dec 3, 2009 at 2:11 PM, flexorz group of flex corders < > [email protected]> wrote: > >> Hi >> >> Try different resultFormat.make it "e4x" first to see if the raw XML >> is coming back >> is valid from the player's perspective. >> >> cheers >> >> Dinukx >> >> On Thu, Dec 3, 2009 at 12:10 AM, veeru rahul <[email protected]> wrote: >> > >> > Hi Guys, >> > I am using webservice as a middle tier and my co-team has exposed a >> wsdl. >> > The problem is, my response is huge but its coming to Flex in ~2 Seconds >> but while decoding in SoapDecoder.as its taking nearly10 seconds to come to >> onResult of Command class. >> > I cannot migrate to Remote Object or any other middle tier as because mu >> co-team can only expose as a webservice. >> > So any help on how to bring this 10 seconds to 2-3 seconds. >> > >> > Thanks, >> > Veeru >> > >> > -- >> > >> > You received this message because you are subscribed to the Google >> Groups "Flex India Community" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> > For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

