In an earlier blog I wrote about database integration for ESME. I’ve just created a prototype for sending messages to ESME via a stored procedure in Oracle. I’ve used PL/SQL to create the stored procedure and implemented the HTTP calls via the UTL_HTTP package.

The prototype is primitive and doesn’t use any input parameters but this would be relatively easy to implement. Just change the login token and you will ready to integrate this code into your own applications.

The code is available on the GoogleCode site.