XML.sendAndLoad POST's XML data and loads the response xml.

loadVariables POST's (if specified) name/value pairs and loads the response name/value.

I'd like to POST name/value pars, but load the XML response. Is this possible? I have an ASP page which expects parameters in the Request object, but write XML. I would like to POST the data (not GET).

Does an XML object have to have well formed XML when it POSTs the request prior to load? I was thinking I could initiate the contents of the sending XML object using name/value information, then trick it into performing the usual form POST.