|
|
|
|
|
Total Hits: 953 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1584 | Today: 0 |
|
Rating:
|
|

When posting XML data to a Web server by passing a DOMDocument object to the send method of a ServerXMLHTTP object, a content-type header of "text/xml" is automatically added. If you set the request header before sending XML data, the content-type header sent to the Web server is "Text/xml, text/xml" instead of "Text/xml," which may cause problems....
|
|
|
|
Total Hits: 2835 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

XMLHTTP is a set of API's that allows us to send and retrieve data to and from a remote web server using its underlying HTTP protocols and methods. In this article, Mitchell provides us with a basic introduction to the XMLHTTP library, with some examples to get you started....
|
|
|
|
Total Hits: 1382 | Today: 0 |
|
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. ...
|
|
|
|
Total Hits: 2630 | Today: 0 |
|
Rating:
|
|

This article answers some of the frequently asked questions about the ServerXMLHTTP object....
|
|
|
|
Total Hits: 1239 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 463 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

XMLHTTP is a set of API's that allows us to send and retrieve data to and from a remote web server using its underlying HTTP protocols and methods. In this article, Mitchell provides us with a basic introduction to the XMLHTTP library, with some examples to get you started.XML, or Extensible Markup Language, is everywhere. Web services, web pages, COM components, database objects, and even the “next generation” of initialization files....
|
|
|
|
Total Hits: 752 | Today: 0 |
|
Rating:
|
|

is "To provide the right information at the right time, disseminated and displayed in the right way, so that decision makers can do the right things at the right time in the right way." The work rests on using emerging web-based technology and tools (XML, XSL, Java, Active Server Pages, and WAP) to provide many of the core services needed to achieve the JBI vision, including user personalization services.......
|
|
|
|
Total Hits: 378 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

A while back, Mitchell wrote an article about MoreOver.com and their XML news sources (which are free for developers using them for non-profit purposes). Today, Mitchell takes that idea one step further and creates an ActiveX component that uses the MoreOver.com news feeds in a similar way. The component uses the XMLHTTP library and the MSXML parser to retrieve and process the news. This article also acts as a good introduction to ActiveX controls if you have never created one before....
|
|
|
|
Total Hits: 1816 | Today: 0 |
|
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)....
|
|
|
|
|
|
|