Get the exception error when using selectSingleNode to get the request
When i try to get the request data and locate the special element, i got the error : Set Doc = Request.SOAPRequest.DOMBody Set Doc = Doc.documentElement ' Finds the element you want t...
Anonymous
14 years ago
Hi Li,
It looks like the MSXML version (v. 3) installed on your machine doesn't support XPath axes. Install the MSXML 4.0 version on your computer and check if you get the same error when executing the script.