> I don't advise that, though it will work.  What I meant was to send 
the
> whole xml in a single parameter:
> 
> var sXml:String = _xmlBigDataCreatedSomewhereElse.toXMLString();
> 
> var oRequest:Object = {xmlstring: sXml }
> 
> myHttpService.send(oRequest);

Just curious... why would you not advice that?  Is it something with 
best practice or just a coding preference?  :D  (I've done lots where I 
change the content type to XML - so if there's a security issue or 
something along those lines, it'd be helpful! :D)

Reply via email to