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
Expand all | Collapse all

flow service

  • 1.  flow service

    Posted 02/04/14 09:49 AM

    hello
    i want to make a flow service with input “my name is rohit” and i want a output like
    my
    name
    is
    rohit
    so, how can i do dis plz tell me the steps

    thanks


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


  • 2.  RE: flow service

    Posted 02/04/14 11:18 AM

    You need to send that words in 5 differrent fields or use tokenize service with line break in the setValue (hit enter for each field) and that outputs as LF between each word

    HTH,
    RMG


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


  • 3.  RE: flow service

    Posted 02/04/14 11:30 AM

    can u tell me the service name by which i can break the sentences in to words and in output i need the the number of words and list of words with number added in the front showing the sequence number of the word

    thanks


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


  • 4.  RE: flow service

    Posted 02/04/14 12:00 PM

    There is no direct built-in but you need to build a logic using Wmpublic avialble tokenize (delim) service or create a custom Java service which can do the line break.

    HTH,
    RMG


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


  • 5.  RE: flow service

    Posted 02/04/14 12:11 PM

    so what will be the logic for this can u tell me


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


  • 6.  RE: flow service

    Posted 02/04/14 01:22 PM

    I gave you suggestion, please follow the steps and check the tokenize service how that works and simply create a flow logic with map steps or look on more wM JAVA API and start program it…


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


  • 7.  RE: flow service

    Posted 02/05/14 08:43 AM

    i used tokenize service so i got value list in which i go the value like…
    [0]myt
    [1]name
    [2]is
    [3]rohit

    is it working right…nd i want also total number of words in the sentence

    thanks


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


  • 8.  RE: flow service

    Posted 02/06/14 06:52 PM

    tokenise will give you a string list…
    sizeOfList will give you the number of elements in a list…

    Using both of these services will help you achieve what ever it is you are trying to do…


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


  • 9.  RE: flow service

    Posted 02/07/14 03:05 AM

    @ David Krivohlavy

    Thank you so much sir


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


  • 10.  RE: flow service

    Posted 02/07/14 10:18 AM