Hi,

I want to create a webservice in Classic ASP/VBScript that receives XML in the request, and sends XML back as a response...

I'm already stuck at the very beginning.. How can I get the entire HTTP request (the body of the request contains the XML)? I've had a look at the Request object but it's of no use to me. The data is not a HTML form (so the Forms collection is empty), I've tried using BinaryRead but all I get is long string of questionmarks (and 1 asterisk).

I know it'll be easier in .Net but this project has to be done in Classic ASP/VBScript.

Any help is appreciated.

Coditor