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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Post data to mod_plsql

Re: Post data to mod_plsql

From: stephen O'D <stephen.odonnell_at_gmail.com>
Date: 28 Jul 2005 06:06:33 -0700
Message-ID: <1122555993.348420.62690@g14g2000cwa.googlegroups.com>


Frank,

That not exactly what I want to do. The database will not initiate the request, someone else will, in much the same way as my web browser issues a request for a page. The difference is some XML will be posted to the webserver with the request, but not from a form in the normal way, its just goes in the http request body, without an form element name associated with it. Thats where the problem comes in, as i cannot figure out how to get the data (it may not even be possbile). The alternative is to write some sort of servelet that connects to the database, but I would rather use mod_plsql if possbile.

Stephen. Received on Thu Jul 28 2005 - 08:06:33 CDT

Original text of this message

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