|
-
May 2nd, 2007, 08:10 AM
#1
Thread Starter
New Member
Using InternetExplorer.Application to read XML responses
I'm trying to use the InternetExplorer.Application to send a POST transaction to the server, and its response is in XML. I am having trouble finding a method to read the XML responses. I was previously using the document.documentElement.outerHTML to read the webpage responses, but this does not work for the XML responses. I just get the <HTML><HEAD><BODY> tags with none of the XML nodes. I am using the InternetExplorer object instead of XMLHTTP because of cookie and session management for a particular application. Is there any easy way to read the XML responses with InternetExplorer.Application?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|