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.  Hashmap problem

    Posted Thu March 09, 2006 10:57 AM

    I have a hashmap returned from a java service and put on the pipeline. I am having some difficulty in obtaining a collection of the Values only from the hashmap using the webMethods flow language. How do you go about doing this ?


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


  • 2.  RE: Hashmap problem

    Posted Thu March 09, 2006 11:12 AM

    Hi,

    have a look at the PSUtilities package. There is alot of usefull services, especially PSUtilities.hastable, which allows you to perform standard map operations put/get/contains within flow services.

    Next solution is to write your own java services for given opeartion.


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


  • 3.  RE: Hashmap problem

    Posted Thu March 09, 2006 01:59 PM

    If you wrote the java service, why return a HashMap in the first place? Have your java service build an IData and put that on the pipeline.

    Mark


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