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.

 View Only
  • 1.  Accessing global variable

    Posted Fri March 13, 2015 10:14 AM

    Hi All,

    I would like to set a global variable in a flow service then need to access it from different flow services.

    If static value then I can set this as global value in the Integration Server.

    but the value will be changed dynamically each time the first service invoked.

    Kindly advice me how to achieve this.

    Thanks in advance.


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


  • 2.  RE: Accessing global variable

    Posted Fri March 13, 2015 10:32 AM

    From version 9 you have a global variable option on IS but what did you mean by “but the value will be changed dynamically each time the first service invoked.” Explain with an example?


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


  • 3.  RE: Accessing global variable

    Posted Mon March 16, 2015 02:51 AM

    Thanks Mahesh.

    This is my scenario,

    Service A will be hit by N users,It will form the InputType based on request.

    Service A contains three different services(Service B ,Service C,Service D).

    Service B,C will be invoked by publish and wait. Service D will be invoked directly but all the services are called by different input parameter.

    I want to log all the services(ServiceA,B,C,D) in DB when it is started and ended with same InputType formed in ServiceA.

    For example,

    Service A InputType1 16-03-15 01:00:00 16-03-15 01:05:00
    Service B InputType1 16-03-15 01:02:00 16-03-15 01:03:00
    Service C InputType1 16-03-15 01:03:00 16-03-15 01:03:55
    Service D InputType1 16-03-15 01:04:00 16-03-15 01:04:45


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