Re: Postgresql <--> webservices?

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql <--> webservices?
Date: 2004-09-16 12:32:29
Message-ID: m3zn3q2y3m.fsf@wolfe.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martha Stewart called it a Good Thing when philippe(dot)lang(at)attiksystem(dot)ch ("Philippe Lang") wrote:
> Does anyone have experience in interfacing a Postgresql database
> (tables? plpgsql functions? perl functions?) with the outside world
> through webservices? (XML-RPC, SOAP, UDDI, WSDL...)

Yeah, I did some of this using the Perl SOAP module.

The robust way involves getting Apache involved so that you've got
something that starts the services 'on demand,' as well as a
connection pool manager. Perl's weaker on the WSDL side of things, as
that is something typically autogenerated by a language compiler,
whilst Perl is pretty dynamic and way too weakly typed; if you want
WSDL, Java is probably the way to go...

Contrary to how it gets billed, this is pretty heavyweight stuff,
because you have a pretty thick layer of XML encoding on top of the
data.
--
"cbbrowne","@","acm.org"
http://linuxfinances.info/info/soap.html
"What I find most amusing about com and .NET is that they are trying
to solve a problem I only had when programming using MS tools."
-- Max M <maxm(at)mxm(dot)dk> (on comp.lang.python)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Teodor Sigaev 2004-09-16 12:52:51 Re: Tsearch2 adding additional dictionaries
Previous Message tmp 2004-09-16 11:54:43 Re: Getting track of foreign keys