Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > XML > ServerXMLHTTP
Search
DevASP

What's New
What's Hot

HOWTO: Capture TCP and HTTP Data Frames Using Network Monitor and MSXML HTTP Code (Q295405)       
Total Hits: 1883  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Network Monitor is a utility that ships with Microsoft Windows 2000 Server and with Microsoft Systems Management Server. With Network Monitor, you can capture and observe network traffic patterns and problems.When you set up a capture, you can filter frames and view data details presented in three panes: the Summary pane, the Detail pane, and the Hex pane. The following steps describe how to create a capture for the purpose of monitoring activity related to the XMLHTTP and ServerXMLHTTP HTTP obj...

PRB: Load Method Fails When Loading XML File Over HTTP (Q281142)       
Total Hits: 1603  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the Load method of either the MSXML.DOMDocument or the MSXML2.DOMDocument object to load an XML file over HTTP, the method fails with this error message:
-2146697209 - No data is available for the requested resource.
...

Frequently Asked Questions about ServerXMLHTTP (Q290761)       
Total Hits: 2875  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article answers some of the frequently asked questions about the ServerXMLHTTP object....

INFO: Proxy Configuration Utility Must Be Run for ServerXMLHTTP to Work (Q289481)       
Total Hits: 1407  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Due to the limitations of Microsoft Win32 Internet (WinInet) functions and the XMLHTTP object, the ServerXMLHTTP object was created to allow you to establish server-to-server HTTP connections. The ServerXMLHTTP object does not rely on WinInet but rather on a new HTTP client stack, which is a subset of WinInet and offers a "server-safe" connection. The Proxy Configuration Utility (Proxycfg.exe) allows you to configure these WinHTTP proxy settings....

FIX: ServerXMLHTTP Does Not Support Client Certificates or Redirects Between HTTP and HTTPS (Q294266)       
Total Hits: 3900  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use ServerXMLHTTP to request a page from a server that requires client certificates, the request may not succeed, and you may receive the following error message: A certificate is required to complete client authentication Also, if the object makes a request by using one protocol (such as HTTP), and the requested page on the server redirects the output to another page by using a different protocol (such as HTTPS), the call may also fail and you may receive one of the following error messa...

PRB: ServerXMLHTTP Cannot Intercept a Redirected Request (Q308607)       
Total Hits: 1116  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The ServerXMLHTTP object was introduced in MSXML 3.0 as a powerful way to handle server-to-server communication. When you use ServerXMLHTTP to send a request to an Active Server Pages (ASP) page that redirects the request to another page, ServerXMLHTTP cannot intercept the redirect....

HOWTO: Read and Display Binary Data in ASP Using ServerXMLHTTP (Q303982)       
Total Hits: 2037  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

ServerXMLHTTP provides methods and properties for server-safe HTTP access between different Web servers. You can use this object to exchange binary data between these servers through Active Server Pages (ASP)....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com