Posting xml to a jsp

Hi All,

Our company have contract with one service which accepts xml as a post request to a jsp.So my question is how can I do that using Java Studio creator or NB VWP. I mean functionality(Which we had in plain'o jsp) like request.setAttribute("","") so that server side code can do something like request.getParameter or request.get.getAttribute(). I will really appreciate any help. I am quite under pressure.

Thanks in advance

[450 byte] By [Sapana] at [2007-11-27 5:24:08]
# 1
Hi!It is all here http://www.devx.com/Java/Article/17679/1954?pf=trueSee "Send POST Requests from Java " section, I already test it, and it's work fine.Regard,Alexandr Murga
AlexXXXa at 2007-7-12 11:50:18 > top of Java-index,Development Tools,Java Tools...
# 2
well this tutorial only shows how to do it in HTML and java I want to do it through JSF. But i think whatever you have sent can be of use... THanks alot
Sapana at 2007-7-12 11:50:18 > top of Java-index,Development Tools,Java Tools...