cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

Figured it out.

 

Changed:

Set objRequest = Server.CreateObject("Microsoft.XMLHTTP")

to

Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")

 

and installed MSXML 4.0 SP3 http://www.microsoft.com/download/en/details.aspx?id=15697

 

Hope this info can help!

 

View solution in original post

Who Me Too'd this solution