When you call the httpservice.send() function, try httpservice.send (xmlDocument) - and remove the <mx:request> tag from the MXML :D
--- In [email protected], "Thomas Newcomen" <[EMAIL PROTECTED]> wrote: > > 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 >

