Path: news.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!newsfeed.news2me.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: ajs5mz2@yahoo.com (Art)
Newsgroups: comp.databases.oracle.server
Subject: Forward http request from Sevlet to Package Procedure
Date: 11 Nov 2002 10:08:23 -0800
Organization: http://groups.google.com/
Lines: 20
Message-ID: <28874e4d.0211111008.6765ec35@posting.google.com>
NNTP-Posting-Host: 155.104.248.11
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037038104 10404 127.0.0.1 (11 Nov 2002 18:08:24 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 11 Nov 2002 18:08:24 GMT
Xref: newsfeed1.easynews.com comp.databases.oracle.server:166566
X-Received-Date: Mon, 11 Nov 2002 11:08:09 MST (news.easynews.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
