Hey all,
I'm very rusty in JSP (Haven't done it in a year or so), and Google didn't help much here...
I have a URL. I need to post XML to that URL. Then, the URL will send a response XML to me. I need to display the XML for the user (in its entirety... no parsing needed).
Anyone have the general syntax for this task? Can I send (post) the XML and display it with ONE JSP page? If not, how can I do a redirect, since I have no control over the server I'm posting TO?
TIA
RJ
************
RudeJohn
************
I'm very rusty in JSP (Haven't done it in a year or so), and Google didn't help much here...
I have a URL. I need to post XML to that URL. Then, the URL will send a response XML to me. I need to display the XML for the user (in its entirety... no parsing needed).
Anyone have the general syntax for this task? Can I send (post) the XML and display it with ONE JSP page? If not, how can I do a redirect, since I have no control over the server I'm posting TO?
TIA
RJ
************
RudeJohn
************