Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How can i call i jar file from webMethods pdf.zip (442 KB)
Try using executeOSCommand service from WmPublic if you want to run the jar file or if you want to import the java class in your code the jars must be placed in lib/jar (global to Integration Server) or packages/code/jars (specific to a package)
Hi Pritham,
or you build a java wrapper service by importing the jar into one of your packages and implement an invocation to the API the jar is providing.
Regards, Holger