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.  Cannot find javautilHashtable in wmdeveloper61

    Posted 06/27/05 05:19 PM

    Hi,
    i’m new to webMethods can any one help me in finding the java.util.Hashtable in webMethod Developer Properties

    Thanks


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


  • 2.  RE: Cannot find javautilHashtable in wmdeveloper61

    Posted 06/27/05 05:27 PM

    Hello,
    Can you explain what you are trying to do? Hashtable is a Class for object generation and is not native as a visible type services. If you want to pass this to a service, just use Object. Good day.

    Yemi Bedu


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


  • 3.  RE: Cannot find javautilHashtable in wmdeveloper61

    Posted 06/27/05 07:10 PM

    Kiran,

    In the Developer tool under the Help menu you can see the webMethods Java API reference and check the java.util classes,you will find the Hashtable info how to call this object in javaservice.

    java.util.*

    HTH,
    RMG


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


  • 4.  RE: Cannot find javautilHashtable in wmdeveloper61

    Posted 06/27/05 07:27 PM

    Hi Yemi Bedu,
    Iam doing lookupDictionary using wMPublic(string Folder) in that the input parameter is hashtable : java.util.Hashtable but i’m unable to find it in Properties (java wrapper type) ,in that i could find only Java.util.date
    Even i have tried with object but i could not get any in put values while tracing
    Thank u ,


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