webMethods

webMethods

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.

 View Only
  • 1.  How can i call i jar file from webmethods

    Posted Tue October 23, 2018 04:03 AM


  • 2.  RE: How can i call i jar file from webmethods

    Posted Tue October 23, 2018 09:23 AM

    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)


    #webMethods
    #webMethods-Architecture
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: How can i call i jar file from webmethods

    Posted Tue October 23, 2018 12:51 PM

    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


    #webMethods-General
    #webMethods
    #webMethods-Architecture
    #Integration-Server-and-ESB