Developer Tools
JDeveloper
An Oracle JDeveloper How To Document
Written by Susan Duncan
March , 2004
Introduction
Install SOAP Client Stack in Oracle Database
Conclusion and where to get more information
You can use JDeveloper to install Java files in the database using the LoadJava and Java Stored Procedures feature. This How To uses the example of loading the SOAP Client Stack into the database. This stack enables the database to call-out to web services.
This is a one-off install to enable calls from the database to web services. These instructions have been tested using an Oracle 9.2 database running on Windows XP.
This How To has shown how the LoadJava and Java Stored Procedures feature of JDeveloper can be used to load JAR files into the database. Specific arguments (such as -resolve -synonym) can also be configured.
| Further Information |
| Installing SOAP Client Stack |
| Sample Code - Callout Utility |
| Oracle Database Java Developer's Guide |
| OTN Web Services Technology Centre |