If a BPEL process invokes a servlet through HTTP POST,
then the servlet can retrieve the request parameters through
request.getReader() or request.getInputStream(). request.getParameter() wont work for parameters posted through HTTP POST.
« Setting the title of the BPEL Instance | Main | Interesting Article on Web Services Messaging with Axis »
If a BPEL process invokes a servlet through HTTP POST,
then the servlet can retrieve the request parameters through
request.getReader() or request.getInputStream(). request.getParameter() wont work for parameters posted through HTTP POST.
This page contains a single entry from the blog posted on May 23, 2007 11:30 AM.
The previous post in this blog was Setting the title of the BPEL Instance.
The next post in this blog is Interesting Article on Web Services Messaging with Axis.
Many more can be found on the main index page or by looking through the archives.