We can not even get a simple sample like this to work.  I can retieve
and view data from the server but the posting is not working.  
"
<?xml version="1.0" encoding="utf-8"?>



<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">
 
 <mx:HTTPService  id="reviewCreateRequest" 
url="http://x.x.x.154:8080/testServer/store?A=B"; useProxy="false"
method="POST">
        <mx:request xmlns="">
          <review>
             <title>Testing</title>
             <author>John Smith</author>
             <score>The One</score>
             <text>PLease Work</text>
          </review>
       </mx:request>
   </mx:HTTPService>
<mx:Canvas width="100%" height="100%">
                <mx:Button label="Submit" click="reviewCreateRequest.send();"/>
     
</mx:Canvas>
</mx:Application>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to