I am trying to parse through the contents of an xml file resident on a remote server in visual basic 6.0 using the MSXML2.DOMDocument
class.
I am using the Load
method of the MSXML2.DOMDocument
class to pass in the url. The url is of the form http://<server>/ABC.xml
, however, the server requires user credentials for accessing the file.
How do I pass in user credentials using this class or another supporting class?