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.  how to add string variable to pub.Storage.get output value(Returning document value)

    Posted 01/09/18 06:36 AM

    I have created the storage using Pub.storage.strorename and put the values using pub.storage.put and in some placce of my code i have called pub.storage.get.
    It is returning the value as document and im not able to add the string variable(key value) to this.
    Can any one help me to get the Key_value as string from pub.storage.get.

    Thanks,


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: how to add string variable to pub.Storage.get output value(Returning document value)

    Posted 01/09/18 10:29 AM

    Hi,

    when you test the service in designer you will receive the complete output of the service.

    Add the variables in the output signature of the service under the document and map them to the output pipeline of your step.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: how to add string variable to pub.Storage.get output value(Returning document value)

    Posted 01/09/18 03:19 PM

    As a design suggestion, go with Cache services (put and get) to store and retrieve configuration data. It is available OOTB from v8.2 and above.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: how to add string variable to pub.Storage.get output value(Returning document value)

    Posted 01/10/18 10:42 PM

    I agree. Don’t use pub.storage. I’ve seen many implementation problems with those services. What’s the use case?

    Percio


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: how to add string variable to pub.Storage.get output value(Returning document value)

    Posted 01/11/18 01:27 AM

    Its working fine with your suggestion.
    Thank you Holger.

    Regards,
    Nagesh


    #Integration-Server-and-ESB
    #webMethods