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 -> webservice

webservice

From: prunoki <hegyvari_at_ardents.hu>
Date: Tue, 27 Nov 2007 05:04:53 -0800 (PST)
Message-ID: <1ed61ee8-3942-4e2e-946a-ac7a2c43374e@s8g2000prg.googlegroups.com>


Hello,

Any ideas about the practical (and working) way of exposing the result of pl/sql functions as webservices?

A function would look like this:

function something (par1, par2) return some_table_type, so that the function could be invoked like

select * from table(function(par1,par2))

Currently I am looking at jdeveloper and application server. Anyone here implemented something like this? The core of an existing application is written in pl/sql, thick clients connect to it but we would like to present some services to the other applications using web services. We would like to keep all the application logic inside the database so what we need is a kind of a wrapping aroung these pl/ sql-s.

Regards,

Krisztian Received on Tue Nov 27 2007 - 07:04:53 CST

Original text of this message

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