Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Forward http request from Sevlet to Package Procedure

Forward http request from Sevlet to Package Procedure

From: Art <ajs5mz2_at_yahoo.com>
Date: 11 Nov 2002 10:08:23 -0800
Message-ID: <28874e4d.0211111008.6765ec35@posting.google.com>


Hi,

I'm trying to foward an http request from a servlet to an Oracle Package Procedure. The package in question is an update package the normally processes a forms post method.

I have redireced the forms post method the a java servelt for some additional processing and would like to pass the request to the package procedure.

Is this possible? Are there some special contraints that must be met to allow this to work?

The oracle package procedure response to the http request coming directly from a form just fine but it does not respond to a request coming from a servlet.

Thanks,

Art Received on Mon Nov 11 2002 - 12:08:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US