Yes, found it! Somewhere along my ResultEvent callback function, I
have a conversion to XML that is failing. Damn, gotta learn to put try
catch in everything...


--- In flexcoders@yahoogroups.com, "williamkusumo" <[EMAIL PROTECTED]>
wrote:
>
> Okay, I haven't found a solution yet, but after some debugging, turns
> out everything boils down to the Content-type that the webservice is
> returning. The webservice is returning text/plain result, not XML (I
> did my own test, if the service returns text/xml, everything works as
> it should). I tried setting HTTPService.RESULT_FORMAT_TEXT to
> resultFormat, it still doesn't work. The request is successful (HTTP
> status 200), but it won't trigger ResultEvent...
> 
> This is frustrating...
> 
> --- In flexcoders@yahoogroups.com, "williamkusumo" <williamkusumo@>
> wrote:
> >
> > Hello!
> > 
> > I am calling a webservice that does something and return HTTP status
> > (either success or fail) that's it, no data whatsoever is returned. I
> > need to do something when I got the response back but for some reason,
> > ResultEvent.RESULT is not firing if there is no data being returned by
> > the webservice. Is there another event I can listen to that'll do
this?
> > 
> > Appreciate the help! Thanks!
> >
>


Reply via email to