Hi,
I would to create a web service (with the Eclipse tool). In my WS I have to connect to a oracle database and insert some record in a table.
I have tried to create a simple application (no WS) connected with JDBC to this database (inserting the ojdbc14.jar into the project) and it works!
I also tried to create a web service connected to my db with ODBC...and it works too!
But if I create a WS with the same code of the "Jdbc application" it doesn't work and the message is:
oracle.jdbc.driver.OracleDriver
No suitable driver
Why?
-Thanks a lot-