Re: calling webservice through postgresql function - Mailing list pgsql-sql

From Richard Huxton
Subject Re: calling webservice through postgresql function
Date
Msg-id 46972BCA.5050605@archonet.com
Whole thread Raw
In response to Re: calling webservice through postgresql function  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List pgsql-sql
Jyoti Seth wrote:
> Thanks a lot for ur quick response. I have searched a lot on net for code to
> call a webservice through tcl/tk or any other scripting lang that is
> supported by postgresql, but couldn't find one. If u can provide me some
> code to call a web service through postgresql it would be a great help.

Just use pl/perlu (or pythonu or tclu) in whatever way you would 
normally "call a webservice". That side of things has nothing to do with 
PG (other than the fact that it will hold up your query).

If you don't know how to "call a webservice" then you'll need to check 
with one of the developer forums for your language of choice I'm afraid.

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Jyoti Seth"
Date:
Subject: Re: calling webservice through postgresql function
Next
From: "A. Kretschmer"
Date:
Subject: Re: calling webservice through postgresql function