webMethods

webMethods

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.  Date Difference flow service???

    Posted Mon January 08, 2007 10:40 AM

    Hi All,
    Does anyone has a service(flow) to find the difference between two dates in minutes. I am trying to create a generic service that will take the date1 and format, date2 and format then find the difference between these two dates.

    Thanks in advance:)


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


  • 2.  RE: Date Difference flow service???

    Posted Mon January 08, 2007 03:42 PM

    Have you reviewed the date services in the PSUtilities sample package available on Advantage?

    Mark


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


  • 3.  RE: Date Difference flow service???

    Posted Mon January 08, 2007 03:51 PM

    Check out in PSUtilities package there is a date diff service which you can make use of it.

    HTH,
    RMG


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


  • 4.  RE: Date Difference flow service???

    Posted Tue January 09, 2007 07:04 AM

    Hi experts,
    I want to write a flow serviceto find Date difference without using PSUtils.
    Plz tell me logic to implement this.

    Thanks in advance


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


  • 5.  RE: Date Difference flow service???

    Posted Tue January 09, 2007 11:16 AM

    Sigh.

    The purpose of the PSUtilities package is to provide examples to help you learn (on your own) how to perform many common tasks. Study the code for services that do what you want in order to build your own, similar, services in either Flow or java.

    If all all else fails, you might try this new web site. It’s really catching on.

    Mark


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


  • 6.  RE: Date Difference flow service???

    Posted Tue January 09, 2007 11:40 AM

    Hi Mark Carlson,
    Thanks for all your inputs. I will try with PSUtils.


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