Call a Oracle PL/SQL from a Java service

Hi,

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.

Regards

hi,
if you just would have some pages with code samples to recommand me it would be great. :wink:
regards

Please go through below links:

Thanks,

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 :slight_smile:

but looking and looking over the net, I’ve found this :

http://techcommunity.softwareag.com/ecosystem/communities/public/webmethods/contents/codesamples/964b2515-07b9-11e6-b2c6-cd8d7ef22065/?title=Using+webMethods+JDBC+Adapter+Connection+in+custom+Java+code

Regards

Gotcha. Is the sample available there serving your need.

Thanks,