Thread: stored procedures to webservices
Hi everybody,<br /> I' m work on a software to create automatic webservices for stored procedure in any language.<br /> It'salmost like the explain above:<br /> have one table pg_plwebservice<br /> Have one sp hello, develope in any languageslike sql, plpgsql(trusted or untrusted)like for example. <br /> The DBA check this sp to be a webservice.<br /> the client request like for example : http:localhost/<br /> the inetd know this is a resquest for plwebservice softwareand redirect te request.<br /> plwebservice is a C++ software and you mission is: <br /> understand http requestand Webservice default descriptions.<br /> connect to database.<br /> verify what sp was requested and. Verifythe data sended for client and proceed with the sql statment to request postgresql sp. <br /><br /> My question is,for all. That is a good idea?<br /> <br /> Any question and/or advice are welcome.<br /><br /> thans for advanced.<br/><br />Ivo Nascimento.<br clear="all" /><br />-- <br />Iann <br />--------------------------------------------<br />Desenvolvendo soluções com performance e segurança.<br />------------------------------------------
Hey, Ivo, > I' m work on a software to create automatic webservices for stored > procedure in any language. Seems like the new XML and XLST support should fit in here somewhere. -- Josh Berkus PostgreSQL @ Sun San Francisco
Hello Josh,
the XML and XLST are data presentation only?
the idea is provide some like one Http request where I can post data for a Stored procedure and receive one Http response using WSDL description and SOAP transport to implement the web service.
Where can I find more info about this new feature(XML AND XSLT)?
--
Iann
--------------------------------------------
Desenvolvendo soluções com performance e segurança.
------------------------------------------
the XML and XLST are data presentation only?
the idea is provide some like one Http request where I can post data for a Stored procedure and receive one Http response using WSDL description and SOAP transport to implement the web service.
Where can I find more info about this new feature(XML AND XSLT)?
2007/12/16, Josh Berkus <josh@agliodbs.com>:
Hey, Ivo,
> I' m work on a software to create automatic webservices for stored
> procedure in any language.
Seems like the new XML and XLST support should fit in here somewhere.
--
Josh Berkus
PostgreSQL @ Sun
San Francisco
--
Iann
--------------------------------------------
Desenvolvendo soluções com performance e segurança.
------------------------------------------