|
Created and delivered a multi-release plan to
allow ASE to serve as a container for webservices as well as to
invoke webservices via SQL. Both SOAP 1.1 as well as REST were
provided.
Phase 1 provided the ability to invoke
existing stored procedure via SOAP. The implementation
leveraged Apache Axis and Jetty. Administrative stored procedures
were added to the core ASE delivery.
Phase 2 provide the ability to invoke a
webservices from SQL and have the results participated in a SQL
join. Again Apache Axis and Jetty were leveraged. In this case the
SQL parser itself was modified as well as ASE system tables.
|