loadjava ...a web proxy generated by JDeveloper
I'll try to be brief...
two db servers communicate throgh a web service.Based on that Web Service( ws-for short) I'm doing a web proxy,witch I am loading into a database...and then I can do calls to it through pl/sql(create function ...as laguage java..).
The problem is when I try to execute this function...in am prompted for many libraries...witch I found in the <jdeveloper home>...but there are many...and if I load some ...they are invalid...so I try to compile them...some do compile some don't(they need another library/class...and so on)
Is there a method to avoid all this? so I should be able to use the proxy...
My config is:
jdev10131--10gR2
ps: I am interested to communicate between 2 9iR2 with a WS hosted on a Oracle AS 10g .can I?