[flexcoders] Re: http request erro

2009-09-08 Thread valdhor
So, first thing is to add the crossdomain.xml file to your server. Once that is done, check the error (If there is one) and post that. --- In flexcoders@yahoogroups.com, Vik vik@... wrote: Hie so after putting a breakpoint i could see following error text Error #2032: Stream Error. URL:

Re: [flexcoders] Re: http request erro

2009-09-06 Thread Vik
Hie so after putting a breakpoint i could see following error text Error #2032: Stream Error. URL: http://127.0.0.1:7101/HeadCount-HeadCountXml-context-root/HeadCountService?param1=today Also when i type http://www.myserver.com/crossdomain.xml i get a 404 not found exception means there is no

[flexcoders] Re: http request erro

2009-09-02 Thread valdhor
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

Re: [flexcoders] Re: http request erro

2009-09-02 Thread Vik
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

[flexcoders] Re: http request erro

2009-09-02 Thread valdhor
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 flexcoders@yahoogroups.com, Vik vik@...