Using XMLHTTP and Browser Redirection
I'm developing an ASP page that will grab XML data from a server and send the XML data to a web Service which in turn will transform the XML data into a specific document and return the document.
I'm using Microsoft's XMLHTTP object to post the XML Data to the web service; however it appears that the XMLHTTP object does not force a redirection of the client's browser where the ASP page was called. I need this redirection to occur. Is there a way to force a redirection of the client when using the XMLHTTP server object?
|