Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Getting started with XML..
Take a look at the following Oracle manuals:
Also, I would take a look round Technet for articles regarding developing web services using PL/SQL wich is more or less what you are suggesting.
But, you might want to consider using Oracle Advanced Queing instead.
>From the "Application Developer's Guide - Advanced Queuing" manual:
When Web-based business applications communicate with each other, producer applications enqueue messages and consumer applications dequeue messages. Advanced Queuing provides database-integrated message queuing functionality. Advanced Queuing leverages the functions of the Oracle database so that messages can be stored persistently, propagated between queues on different machines and databases, and transmitted using Oracle Net Services, HTTP(S), and SMTP.
-- Aleksander DragnesReceived on Thu Feb 10 2005 - 02:08:24 CST