>From description you have provided problem seems to be with loading/retireving the file from server. Try below given: 1) run application in debug mode and see what point it fails 2) type http://www.samplesite.org/XML/Group1_gallery.xml in browser and confirm if you are able to get XML back 3) go thru this URL http://cookbooks.adobe.com/post_Flex_Error__2032__Stream_Error-17265.html
If nothing works .. share the code snippet. Hope this helps. Thanks, Kay. On Wed, Jul 21, 2010 at 12:30 AM, Nilesh Walkoli <[email protected]>wrote: > yes am able to get. The paths are correct. No issue with them. > > On Wed, Jul 21, 2010 at 12:21 AM, Utkarsh kaushal <[email protected]>wrote: > >> Are you able to get the XML using browser? >> >> On Mon, Jul 19, 2010 at 1:23 AM, Nilesh Walkoli < >> [email protected]> wrote: >> >>> Hi Team, >>> >>> >>> This is regarding the HTTPService error that am getting when I deploy >>> my app on webserver. I am using HTTPService to load XML files which I >>> have placed in src folder (in case of web server they are on root >>> directory). I am getting following error >>> >>> >>> (mx.messaging.messages::ErrorMessage)#0 >>> body = "" >>> clientId = "DirectHTTPChannel0" >>> correlationId = "6CBA672F-AB25-F981-2832-B19C85079CFE" >>> destination = "" >>> extendedData = (null) >>> faultCode = "Server.Error.Request" >>> faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false >>> cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: >>> http://www.samplesite.org/XML/Group1_gallery.xml"]. URL: XML/ >>> Group1_gallery.xml" >>> faultString = "HTTP request error" >>> headers = (Object)#1 >>> DSStatusCode = 405 >>> messageId = "97C59A47-AEA7-1E44-7DC0-B19C893D2EC0" >>> rootCause = (flash.events::IOErrorEvent)#2 >>> bubbles = false >>> cancelable = false >>> currentTarget = (flash.net::URLLoader)#3 >>> bytesLoaded = 0 >>> bytesTotal = 0 >>> data = "" >>> dataFormat = "text" >>> eventPhase = 2 >>> target = (flash.net::URLLoader)#3 >>> text = "Error #2032: Stream Error. URL: >>> http://www.samplesite.org/XML/Group1_gallery.xml" >>> type = "ioError" >>> timestamp = 0 >>> timeToLive = 0 >>> >>> >>> I did try following ... >>> >>> Checked the URL (both absolute and relative) >>> >>> Given Synchronous all to HTTPService(after receiving the result >>> of first service called the second service's send method) >>> >>> >>> Still the problem exist. >>> >>> >>> NOTE: My app is hosted on IIS7 and am working with IE and Firefox. >>> >>> >>> If anyone has any solution on this, please share it. >>> >>> >>> Thank you. >>> >>> >>> Regards, >>> >>> Nilesh W >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Flex India Community" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > > > -- > Regards, > Nilesh > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

