Hello,
My project run with Java 8 (JDK 1.8.111), use library from Integration Server 9.12 (IS 9.12) and I attack an Integration Server 8.2 (IS 8.2) and use Tomcat 5.
In my class that extends context, I use the methods : IData result = super.invoke(“packageName.ServicesApp”, serviceName, IDataVariable);
But I have the following error :
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘packageName.OracleJdbc:connect’ is not operational. To run this service, first recompile the Java source.
When I try the service from webMethods (Packages > Management > Services > connect > Test; with inputs and without inputs), I have the same error.
How could I solve this error please ?
Best regards and thanks.
#webMethods#API-Management#API-Portal