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.


#TechXchangePresenter
 View Only
  • 1.  UUID generation

    Posted Wed October 01, 2003 10:57 AM

    Does anybody have a service that can generate
    Universally Unique Identifier ?


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: UUID generation

    Posted Wed November 12, 2003 04:52 AM

    // pipeline
    IDataCursor pipelineCursor = pipeline.getCursor();
    IDataUtil.put( pipelineCursor, “uuid”, com.wm.util.UUID.generate() );
    pipelineCursor.destroy();


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: UUID generation

    Posted Mon February 14, 2005 10:53 PM

    The above sample shouldn’t really be used as it relies on an internal utility class which may not be able in the future.

    A sample HOWTO has been posted on Advantage that details another approach:
    http://advantage.webMethods.com/article/?id=1611983294


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: UUID generation

    Posted Wed April 30, 2014 06:23 AM

    Hi All,

    FYI

    pub.utils:generateUUID java service is now available in WmPublic package in webMethods 8, 9 and above.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 5.  RE: UUID generation

    Posted Thu May 01, 2014 02:59 PM

    Mahesh,

    pub.utils:generateUUID service is available in 8.2 also.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 6.  RE: UUID generation

    Posted Fri May 02, 2014 02:31 AM

    Yes!.. I forgot to update this… :slight_smile: and it is not available in wM 7.x


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 7.  RE: UUID generation

    Posted Fri September 28, 2018 06:13 AM

    Hi!

    Anyone knows if it´s possible generate an UUID by the 1 version (throw clock system)?
    I think “pub.utils.generateUUID” generate by the 4 version (randomly).

    Thanks!


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General