I am using external jar openspml.jar and calling its methods in my java service . Now this openspml.jar has classes which in turn invoke methods from soap.jar. I kept both the jar files in my packages<packagename>\code\jars folder. But it is giving class Not found exception at runtime.
Can anyone please suggest where do I keep these jars so that they are loaded at runtime.
Keeping these jars in IntegartionServer\lib\jars works but is a bad idea since it needs a Server restart.
Is there any way to use include these jars in classpath without a Server restart?