Tracy Spratt wrote: > Have you debugged to see if httpResult is being called? > thats it exactly, it never gets called
I added the "e4x" and no difference. When debugging it just jumps from service.send() to the next function in the init file. I think I should make a dummy mxml app and see if the same code works there.... > > > One problem, you are not seetting resultFormat="e4x" in the component > code, so the line, xmlFeed = event.result as XML; certainly will fail. > > > > But step into or put a trace in httpResult first. > > > > Tracy > > > >

