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

