Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
Microsoft.XMLDOM deprecated replaced by MSXML2.ServerXMLHTTP

Hint Short Cut: Add this to your code & documentation to help you find this page.
http://www.notesninjas.com/#GrabHTML or http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/GrabHTML


I have some code that grabs the content from a web page, that runs every hour on a XP box running Notes 6.5. I tried re-using my code on a 8.5 server on Windows Server 2003 and it didn't work.





Old Code:

Set source = CreateObject("Microsoft.XMLDOM")
source.async = False
source.load("http://AdFos.com")
feed = source.xml

 

New Code

Dim xmlHTTP As Varian
Dim strHTTPReturn As String

Set xmlHTTP = CreateObject("MSXML2.ServerXMLHTTP")

xmlHTTP.open "GET", "http://AdFos.com"
xmlHTTP.Send
feed = xmlHTTP.responseText

 

might save someone sometime.

 


 Jump to:     Notes Tips
    Lotus Notes Index 
  Register for Tips
Previous Lotus Notes Tip 
    Next Lotus Notes Tip
Your company logo here?
Adam Foster
Free Cash Making Web Site
Free Revenue Earning Blog Site
 Free Revenue Earning Newsletter Site   
Free Search Pages Free Web stats
Free Contact Us page
Cheap .com domain names
 Need a website or 
   Lotus Notes
  problem solved?
Adam Foster
Lotus Notes and Domino 6 Programming Bible by Brian Benz, Rocky Oliver
Covers all the programming techniques, concepts, and languages used with Notes and Domino, as well as the many new features of Domino 6 Thoroughly examines the Notes and Domino role with Java, XML, Web services, and other IBM products and technologies Provides extensive code and examples, many geared to the needs of administrators High-profile authors, known to their audience through conferences and articles Companion Web site shows example applications from the book running on a live Domino server and provides code download.
See at: Amazon.co.uk | Amazon.com |