Saving Page Output to variable for processing
Hello!
I have a servlet that calls (via response.setHeader; can also use response.Redirect) another web site, which returns/displays XML on the browser. I'd like to save that XML into a variable on the server so that I can parse it and save it to (Oracle) DB.
I don't know if there's a servlet function I can call to request the page and save it w/o displaying on the browser. I can then post to the browser the results only.
Can someone help?
Thx!

