xml « Post « JSP-Servlet Q&A





1. JSP post XML data to server    stackoverflow.com

How can I post XML data from JSP page to server?

2. How to post Xml doc generated by jsp    coderanch.com

3. How do I within a JSP do a http post with an xml file    forums.oracle.com

Really it would be better to do that in a servlet, or in a Java class that's called from the JSP. But if you're under the control of somebody who doesn't let you use those things and wants you to do things in the ugliest and most error-prone way, then put your code inside a Java scriptlet in your JSP.