I've not been following the thread, and I'm not an ASP expert, but will a 'for in' loop not give you what you need from the request scope?
Adrian -----Original Message----- From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] Sent: 20 March 2006 21:59 To: CF-Talk Subject: Re: Calling an ASP "web service" yep, so far my googling hasn't turned anything up on parsing the entire request scope. On 3/20/06, Jim Wright <[EMAIL PROTECTED]> wrote: > > This is the part of that ASP that I don't get... > > > RequestXml.load (Request) > > I was under the impression that the request object in ASP didn't have > any default properties that would give you the data that had been > submitted...I would think that you would need something like... > > RequestXml.load(Request.Form("xmlstring")) > > Where you had done a POST with your xml data in a field named xmlstring. > > But it's been a long time since I touched ASP classic. > > -- > Jim Wright > Wright Business Solutions > [EMAIL PROTECTED] > 919-417-2257 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235818 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

