I’m trying to call a specific PL/SQL but I have many problem with the StoredProcedureWithSignature Adapter.
So to deal more efficiently with my Proc (it has many OUT ARRAY parameters), I would like to call it within a Java service.
Could you please give me a Java code source example to call my PROC please ?
Of course, I would need first, the code for calling my existant JDBC connection.
Finally, if you could give me some links to Java examples or webMethods Java implementing, I would appreciate it.
thanks but my question was more oriented ARRAY within webMethods and webMethods JDBC connections : how to call an existent connection…
I’ve already coded a lot of java application which call PROC and FUNCTIONS ORACLE
but looking and looking over the net, I’ve found this :