When you use the Microsoft XML (MSXML)
ServerXMLHTTP object to run an HTTP operation (such as POST, GET, and PUT) that is unsuccessful, a trappable run-time error is not raised. Instead, if a problem is encountered while trying to run an HTTP operation, Microsoft Internet Information Server (IIS) returns a response code and description that indicates an error.
To access the response code and description that IIS returns, examine the
Status and
StatusText properties of the
ServerXMLHTTP object. In application code that uses the MSXML
ServerXMLHTTP object to run HTTP operations, you must examine the value of its
Status and
StatusText properties to determine whether the operation was successful.
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
290761Â
(http://kbalertz.com/Feedback.aspx?kbNumber=290761/
)
Frequently Asked Questions about ServerXMLHTTP
289481Â
(http://kbalertz.com/Feedback.aspx?kbNumber=289481/
)
You may need to run the Proxycfg tool for ServerXMLHTTP to work