MSXML2.ServerXMLHTTP.4.0 Source?
Where does the object "MSXML2.ServerXMLHTTP.4.0" come from? Which install package? I'm attempting to do the following: Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.4.0") This attempt fails on my development machine (no object is returned) but it is successful on my colleague's development machine. Obviously, he has something installed that I don't or vice versa but where does this object, dll, etc come from? What would I need to install to get this call to work? For the record, changing the object to a different version isn't an option because code that this depends on was tested for