vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am fairly new to the oracle world so please bare with me. We are in the process of building a credit card payment page and need to submit information to our merchant's processing page(URL). Now the easy way to do this is just to submit the form directly to the URL from our Oracle Procedure, but we would like to do some preprocessing before it gets sent. I have done this using ASP and XMLHTTP but is there anyway to do this in OWS? Your expertise is greatly appreciated. |
| |||
| Matthew Braden wrote: > I am fairly new to the oracle world so please bare with me. > > We are in the process of building a credit card payment page and need > to submit information to our merchant's processing page(URL). Now the > easy way to do this is just to submit the form directly to the URL > from our Oracle Procedure, but we would like to do some preprocessing > before it gets sent. > > I have done this using ASP and XMLHTTP but is there anyway to do this > in OWS? > > Your expertise is greatly appreciated. OWS? As in Oracle Web Server? That was Version 2 - the first production version you'd to pay for! Check out the utl_http package in recent versions of the database - yes, database! -- Regards, Frank van Bortel |
| |||
| > > Check out the utl_http package in recent versions of the database - yes, > database! > -- Yes database ! They even give you apache and the PL/SQL gateway, but they don't tell you if you still need to buy ias standard edition to developp and deploy pl/sql gateway applications... |
| |||
| "Bib Endum" <gd-newsgroups@spamex.com> wrote in message news:<q8bYb.2251$w65.233915@news20.bellglobal.com> ... > > > > Check out the utl_http package in recent versions of the database - yes, > > database! > > -- > > Yes database ! They even give you apache and the PL/SQL gateway, but they > don't tell you if you still need to buy ias standard edition to developp and > deploy pl/sql gateway applications... Thank you both for your help. The utl_http looks like the answer. I do agree that the documentation is a little sketchy, or I might still be just a little green Matt |
| ||||
| Bib Endum wrote: >>Check out the utl_http package in recent versions of the database - yes, >>database! >>-- > > > Yes database ! They even give you apache and the PL/SQL gateway, but they > don't tell you if you still need to buy ias standard edition to developp and > deploy pl/sql gateway applications... > > Beg your pardon? Why would I need that for? -- Regards, Frank van Bortel |