Is it possibile to invoke a web service from Aris 7.2 report script?
I built a jar of a soap client, saved it in lib folder, but when I try to instantiate the class
(var proxy = new Packages.myclass.myclass()),
a noClasspathFoundError error occurs.
Is it possibile to invoke a web service from Aris 7.2 report script?
I built a jar of a soap client, saved it in lib folder, but when I try to instantiate the class
(var proxy = new Packages.myclass.myclass()),
a noClasspathFoundError error occurs.
Resolved. The default axis.jar was an older version that the one I used in my soap client. I substitute it with the new one and I'm able to invoke the web service.
maggiu pennarola Author on
Errata corrige: the error type is: noClassDefFoundError