Yesterday we received the 10.1.3.2 release of JDeveloper, with the WebCenter design time; today we are presented with the WebServer Suite (Server) as well. Download from http://www.oracle.com/technology/software/products/ias/htdocs/101310.html :
Transaction Dependent Webservice Invocation...or how to call a webservice from a database trigger and make the call part of the transaction
Thu Feb 1 , 2007
One of our clients asked us to help with calling a webservice from a database trigger. This webservice would duplicate the actions done by the database in a different system, SAP in this case. It was a type of “fire-and-forget” webservice. Oracle 10 offers UTL_DBWS to interact with webservices, but […]
