1. JSP post XML data to server stackoverflow.comHow 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.comReally 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. |
4. How would I do a http post of the below listed XML string within a JSP? forums.oracle.com |