2032 errors are due to many things. But the kicker is its a generic error for 'hey the browser said something went bad', Flash has no clue what went bad, just that the browser said something went bad. Note that all HTTP transport is the browsers responsibility, not Flash. That said, this could be any number of issues. Bad XML returned, unsuported http error codes, etc... So, make sure your cfm is working properly first. If its spitting out XML, validate it. Also, try a different browser, I've seen issue where 2032 errors occur on IE but not FF.
good luck! DK On Tue, Jul 15, 2008 at 11:49 AM, Stefan Richter <[EMAIL PROTECTED]> wrote: > Have you tested the CFM script on its own, maybe using a GET parameter? > > Also make sure you listen for IOErrorEvent in your Flex app. Catch the > event, and check the info it returns. This may give some clues. Also > check CF logs for clues. Most likely an easy fix once you know hat to > fix :-) > > Cheers > > Stefan > > > On 15 Jul 2008, at 16:25, Brian Bradley wrote: > >> I am new to Flex and am not sure if I am going about this right. I >> use httpservice to go to a ColdFusion page that simply runs a >> query. Every time I run it, I get the following error: >> >> [RPC Fault faultString="HTTP request error" >> faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent >> type="ioError" bubbles=false cancelable=false eventPhase=2 >> text="Error #2032: Stream Error. URL: http://www.myserver/flex/test1.cfm >> "]. URL: http://www.myserver/flex/test1.cfm"] >> at >> mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() >> at mx.rpc::Responder/fault() >> at mx.rpc::AsyncRequest/fault() >> at DirectHTTPMessageResponder/errorHandler() >> at flash.events::EventDispatcher/dispatchEventFunction() >> at flash.events::EventDispatcher/dispatchEvent() >> at flash.net::URLLoader/redirectEvent() >> >> Here is the line I am using: >> >> <mx:HTTPService id="userRequest" url="http://www.myserver.com/flex/test1.cfm >> " useProxy="false" method="POST"> >> >> Do I need to install anything server-side for this to work? The >> server is Windows 2000 Server. I have the crossdomain.xml at the >> root. I am pulling my hair out, any help would be greatly >> appreciated. Thanks. >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5411 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
