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:5415
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to