Top "Serverxmlhttp" questions

Object Model component on Windows systems that provides methods and properties that enable you to establish an HTTP connection between files or objects on different Web servers.

How can I send an HTTP POST request to a server from Excel using VBA?

What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

excel vba http post serverxmlhttp
How do I use MSXML2.ServerXMLHTTP to grab data from another site?

We have the folowing link: http://mvp.sos.state.ga.us/ Rather than create a db to replicate information that …

asp-classic serverxmlhttp
msxml3.dll error '80072ee2' in ASP Page

We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008. I am trying to access …

asp-classic serverxmlhttp
convert utf-8 to iso-8859-1 in classic asp

My site now works purely in UTF-8, but in order to send an SMS using serverXMLHTTP I need to convert …

asp-classic character-encoding ado serverxmlhttp
differences between Msxml2.ServerXMLHTTP and WinHttp.WinHttpRequest?

just when I finally understood the difference between Msxml2.XMLHTTP and Msxml2.ServerXMLHTTP http://support.microsoft.com/kb/290761 XMLHTTP is …

httpwebrequest winhttp xmlhttprequest serverxmlhttp winhttprequest
Setting a timeout for ServerXMLHTTP request

Does anyone know how to set up set up a default action for when a ServerXMLHTTP request times out? I'm …

asp-classic timeout javascript serverxmlhttp
How do I fire an asynchronous call in asp classic and ignore the response?

Here's the gist: I have a call I want to make in asp, and I do not care about the …

asp-classic asynchronous serverxmlhttp
msxml3.dll error '80072ee2' The operation timed out

I have a classic ASP page that is reading an external rss feed (xml document) and then displaying it on …

xml rss asp-classic msxml serverxmlhttp
Access denied error with MSXML2.ServerXMLHTTP

I'm receiving an intermittent "msxml3.dll error '80070005' Access is denied." error. The object always posts back to the …

vbscript asp-classic serverxmlhttp
XML-RPC HTTPS POST USING MSXML2.ServerXMLHTTP.6.0 VB 6

RPC using MSXML2.ServerXMLHTTP.6.0 in VB6 the server I am communicating with is using SSL trough port 40052 and a self …

vb6 https xml-rpc serverxmlhttp