Now Flex is seeing my XML value argument as an unpaired tag. Flex 
Builder is saying, "Encountered "<something>" at line 5, column 8."

Am I going at this all wrong? The correct post via HTTP is: 

http://www.somewhere.com/api/integrate.aspx?
xml=<something><system><system_name>tracking</system_name><action>job
retrieve</action></system></something>

Here's what I attempted within flex:

        <mx:HTTPService method="GET" id="getTracking" 
url="http://www.somewhere.com/api/integrate.aspx";>
                <mx:request xmlns="">
        xml=<something><system><system_name>tracking</system_name><ac
tion>jobretrieve</action></system></something>
                </mx:request>
        </mx:HTTPService>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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