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

Re: webservice

From: shakespeare <whatsin_at_xs4all.nl>
Date: Tue, 27 Nov 2007 14:32:55 +0100
Message-ID: <474c1c90$0$244$e4fe514c@news.xs4all.nl>

"prunoki" <hegyvari_at_ardents.hu> schreef in bericht news:1ed61ee8-3942-4e2e-946a-ac7a2c43374e_at_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

Create a package, right mouse click, expose as webservice.

Shakespeare Received on Tue Nov 27 2007 - 07:32:55 CST

Original text of this message

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