IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  getting webmethods/Integration Server directory

    Posted 07/14/11 02:04 PM

    Hi,

    How to get webMethods/ IntegrationServer installation directory inside the flow service? Is it possible to store this value in any extended settings variable and to retrieve the same inside the service. Also, is there any webMethods API available for this?

    Regards,
    Shriraksha A N


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: getting webmethods/Integration Server directory

    Posted 07/15/11 05:45 AM

    Following method in a Java Service can return you integration server installation directory:

    System.getProperty(“user.dir”)


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: getting webmethods/Integration Server directory

    Posted 07/15/11 06:01 AM

    Hi,

    Thanks a lot for the answer…

    Regards,
    Shriraksha A N


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods