Brian, You are not returning anything? The http service is a call that will get some kind of data back. Usually this would point to a remote cfc function that would return some kind of data. An easy test for you would be to point at someones rss feed, this is basically an http call that you can make.
Thank You Dan Vega [EMAIL PROTECTED] http://www.danvega.org On Tue, Jul 15, 2008 at 3:24 PM, Brian Bradley <[EMAIL PROTECTED]> wrote: > Here is my code for the Flex app: > <?xml version="1.0" encoding="utf-8"?> > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" > layout="absolute" creationComplete="userRequest.send()"> > <mx:HTTPService id="userRequest" url=" > http://www.myserver.org/flex/test1.cfm" useProxy="false" method="POST"> > </mx:HTTPService> > </mx:Application> > > And here is my ColdFusion page: > <cfquery name="alluserinfo" datasource="plrb"> > SELECT * FROM poll > </cfquery> > > > I am literally just trying to allow the Flex app to talk to pages on the > server and then I can go from there (I have been programming ColdFusion for > almost ten years and am brand new to Flex). Could the fact that I am not > returning any value to the Flex app cause the 2032 error? > > Thanks for your help. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5416 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
