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.  Generating UUID

    Posted 05/09/08 01:00 PM


  • 2.  RE: Generating UUID

    Posted 05/12/08 11:00 AM

    I don’t know about the ‘com.wm.util.text.UUID.generate()’.

    But I do know that Java has a class for this:

    UUID
    http://java.sun.com/j2se/1.5.0/docs/API/java/util/UUID.html

    You can use it to generate a UUID.

    I hope this helps.

    -Willy.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Generating UUID

    Posted 01/21/09 04:49 PM

    I would like to generate a UUID within Natural batch process.
    Is there a functionality within Natural, or do I have to use a Unix shell command like uuidgen, and how do I get back the generated UUID in my Natural program provided that the shell command has been executed successfully?

    In both cases, if anybody could anybody provide an example that would be great.


    #webMethods
    #Integration-Server-and-ESB