java - flex blazeds response null for first time service call -


i using flash builder 4.5 blazeds service develop flex appliacation, here used java services , here getting empty value server side first time service call, after next service calling gives correct result me, don't know why getting null value first time hitting service. here first time hitting java service, functionality running @ java side return value null.

please 1 me out.

if use lastresult service response got error, used requesthandler handling response , got response first time itself.

service.addeventlistener("result", resulthandler);   private function resulthandler(evt:resultevent):void {             var ac = evt.result;           } 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -