I'm retrieving an XML document posted to my page using 3 simple lines
I know there is data being sent but when i runCode:set xmldoc = Server.CreateObject("Microsoft.XMLDOM") xmldoc.async=false xmldoc.load(Request)
It's consistantly telling me No data is available for the requested resource. Does anyone know why this message would appear when the request "should" have some data in it.Code:Response.write xmldoc.parseError.reason
Also is there anyway I can view the raw results in "request"?






Bookmarks