|
-
Jul 18th, 2008, 03:53 PM
#1
Thread Starter
New Member
Full request data
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|