Sending XML data to server script

I want to send large XML data to an ASP file on the server. What would be the best way to send this XML object?
Do I include the entire XML as a string, in a post variable?? And then parse it in the ASP file? Or what?

Thanks guys