msxml3

Why does parsing XML document using MSXML v3.0 work, but MSXML v6.0 doesn't

徘徊边缘 提交于 2021-01-27 12:51:09
问题 So, I am working on a project that scrapes and collects data from many different sources around the internet with many different methods depending on each source's characteristics. The most recent addition is a web API call which returns the following XML as a response: <?xml version="1.0"?> <Publication_MarketDocument xmlns="urn:iec62325.351:tc57wg16:451-3:publicationdocument:7:0"> <mRID>29b526a69b9445a7bb507ba446e3e8f9</mRID> <revisionNumber>1</revisionNumber> <type>A44</type> <sender

msxml3.dll Access Denied

我的梦境 提交于 2019-12-17 15:51:53
问题 I have the following code: Function filejson(json) Dim objStream, strData Set objStream = CreateObject("ADODB.Stream") objStream.CharSet = "utf-8" objStream.Open objStream.LoadFromFile(json) strData = objStream.ReadText() filejson = strData End Function Function http2json(url) Set http = CreateObject("Microsoft.XmlHttp") http.open "GET", url, FALSE http.send "" '<------- Line 13 http2json=http.responseText End Function Function str2json(json,value) Set scriptControl = CreateObject(

Error C2011: 'MSXML2::IXMLDOMImplementation' : 'struct' type redefinition

主宰稳场 提交于 2019-12-10 14:32:53
问题 I am changing my C++ project, which was earlier in VC6 and now being migrated to VS 2008, to use MSXML 6 instead of the earlier MSXML 3. When the code was in VC6 we were using MSXML3 by importing it # import "msxml3.dll" This was replaced with # import "msxml6.dll" After this when I compile the project I get this and several other similar errors Error C2011: 'MSXML2::IXMLDOMImplementation' : 'struct' type redefinition The above error is in the msxml3.tlh file. 1) Why is msxml3 still being

server giving msxml3.dll error '80072f7d' when trying to access secure url

大憨熊 提交于 2019-11-29 10:54:25
For years I have used classic asp to connect to the secure site of a supplier using msxml3.dll - but since this morning, I am getting; msxml3.dll error '80072f7d' An error occurred in the secure channel support I have had a good look around and can see that I am not the only one to have seen this - but cannot find a solution. The partner site has just updated their ssl certificate. If I try to connect to the remote url from the server using IE or Chrome, it fails to connect reporting a nonvalid digital signature on the site's certificate. However, if I try to connect from my local computer, it

server giving msxml3.dll error '80072f7d' when trying to access secure url

与世无争的帅哥 提交于 2019-11-28 04:14:02
问题 For years I have used classic asp to connect to the secure site of a supplier using msxml3.dll - but since this morning, I am getting; msxml3.dll error '80072f7d' An error occurred in the secure channel support I have had a good look around and can see that I am not the only one to have seen this - but cannot find a solution. The partner site has just updated their ssl certificate. If I try to connect to the remote url from the server using IE or Chrome, it fails to connect reporting a