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.  Timestamp Format For Process Data Push

    Posted 04/14/05 05:33 PM

    What is the correct format for timeStamp when I push process data to a webservice DCA?

    processEvent/eventInstance/timeStamp


    #webMethods-BPMS
    #webMethods
    #BPM


  • 2.  RE: Timestamp Format For Process Data Push

    Posted 04/15/05 06:09 AM

    Hi David,
    The timestamp must be in the format of java.Util.Date. It will be good if you can use some service to return this value and then map it to processEvent/eventInstance/timeStamp.

    I hope this helps.

    Regards,
    Ramnish.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 3.  RE: Timestamp Format For Process Data Push

    Posted 04/15/05 03:13 PM

    All,

    Thank you, Ramnish, for your answer.

    Does webMethods have a built in service that returns this?

    We (the company I work for) generally avoids custom services. We much prefer using built in services supported by webMethods.

    It would be surprising to me if webMethods sells a product (Optimize) that requires an input that is not supported by a built in service.

    But I’ve been surprised before…

    David


    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Timestamp Format For Process Data Push

    Posted 04/18/05 10:14 AM

    Hi David,
    Yes there is a built in service for this called “getCurrentDate” and “getCurrentDateTime”. Use these and ur work will be done.

    Regards,
    Ramnish.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 5.  RE: Timestamp Format For Process Data Push

    Posted 04/18/05 02:28 PM

    I found the answer:
    Following is the format:

    2005-01-11T13:34:12.059-07:00

    The credit for this answer is webMethods’ own Sami Morcos.


    #webMethods
    #webMethods-BPMS
    #BPM