If I have contenttype of my httpservice set to "application/xml" and I have a variable that contains an xml document (<?xml.... ?><blah>.......</blah>) How do I just post that the service?
this doesn't seem to work:
<mx:request>
{xmlDocument}
</mx:request>
Any ideas?
'preciate it.
Crit

