HowTo connect to a WebService [message #76883] |
Sun, 08 February 2004 02:49 |
Alexandre Rondeau
Messages: 2 Registered: February 2004
|
Junior Member |
|
|
Hi,
I would like to know if it's possible to connect to a webService in a Trigger. What I would need to do exactly is that when a new reccord is added in my table I create a XMLString of that reccord and I send it to a WebService, can Anyone help me?
|
|
|
Re: HowTo connect to a WebService [message #76891 is a reply to message #76883] |
Tue, 17 February 2004 04:11 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
It can definitely be done. One solution is to write a Java stored procedure to communicate to the WebService. Then load it into the database and create a trigger to call the stored procedure.
For details and examples, see the "Oracle9i Java Developer's Guide".
Best regards.
Frank
|
|
|