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.  Hashtable's get method

    Posted 01/08/07 09:26 PM

    In Webmethods65 in PS Utilities package Hashtable folder: To retrieve the values of Hashtable we need to use get method which returns an object as value. How to convert this Object to Integer value using webmethods6.5. or do i have to go by using java service.


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


  • 2.  RE: Hashtable's get method

    Posted 01/09/07 11:50 AM

    The WmTransformationServices package, which is available on Advantage, contains many object conversion services including one for IntegerToString. Pretty sure you could map the output of the PSUtils sample getHashtableValue service into the input of the IntegerToString or perhaps just map directly from the object into another object that has its props set to constrain it to Integer.

    The approach depends on what you want to do with the Integer value after getting it from the hashtable.

    Mark


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


  • 3.  RE: Hashtable's get method

    Posted 01/09/07 12:00 PM

    Believe you can map the Object returned into a String & then add a map step & multiply the String value with 1. You should get an Integer value.

    HTH

    -Malhar


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