Set the breakpoint just before calling the HTTPService.send() method. Generally the crossdomain.xml file is found at the root of your server (http://www.myserver.com/crossdomain.xml). If you put that URL in your browser, what do you get?
--- In [email protected], Vik <vik....@...> wrote: > > Hie > Could u please tell where to set the breakpoint to be sure? > Also where is this croosdomain.xml and wht to change in that file? > > will be of great help.. thanks.. > > Thankx and Regards > > Vik > Founder > www.sakshum.com > www.sakshum.blogspot.com > > > On Wed, Sep 2, 2009 at 6:51 PM, valdhor <valdhorli...@...> wrote: > > > > > > > Possible security sandbox failure? > > > > I know that I had to change my crossdomain.xml file a few weeks ago when > > Flex Builder gave me a security sandbox failure (My XML was supposedly out > > of date) for a project that has been working for over a year. > > > > The console did not display the exact error until I put in a breakpoint and > > stepped through. > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Vik > > <vik.ceo@> wrote: > > > > > > Hie > > > I have a little air app build in latest flex version of adobe. > > > > > > here is the little code: > > > <mx:HTTPService id="headCountService" > > > resultFormat="e4x" > > > fault="headCountService_fault(event);" > > > result="headCountService_result(event);" > > > url=" > > > > > http://127.0.0.1:7101/HeadCount-HeadCountXml-context-root/HeadCountService > > > "/> > > > > > > and this url is up and running. when i type this in browser it returns > > me: > > > <stats> <stat> > > > <empResults>Tom Kies is completing 4 years in 5 months and 22 days. > > > </empResults> > > > <empStatus>VALID</empStatus> > > > </stat> > > > <stat> > > > <empResults>Stephen Roy is completing 4 years in 5 months and 22 > > > days.</empResults> > > > <empStatus>VALID</empStatus> > > > </stat> > > > </stats> > > > > > > on the running the app in the fault method i see: > > > Http.request.error > > > fault (Server.error.request) > > > > > > I remember 3-4 months back i left it in working state. now not sure what > > is > > > wrong and how to debug. plz help > > > > > > > > > Thankx and Regards > > > > > > Vik > > > Founder > > > www.sakshum.com > > > www.sakshum.blogspot.com > > > > > > > > > >

