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.  Webmethod designer

    Posted Thu October 06, 2016 03:13 PM

    I’ve 6 documents in 1 document list, now i want to extract particular documents from tht document list
    ex:
    Input:doc(0),doc(1),doc(2),doc(3),doc(4),doc(5)

    Output:doc(2),doc(4),doc(5)


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


  • 2.  RE: Webmethod designer

    Posted Thu October 06, 2016 03:15 PM


  • 3.  RE: Webmethod designer

    Posted Thu October 13, 2016 03:21 AM

    Is there any condition based on which you want to extract ?
    If yes then apply that condition and create a separate document list .


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


  • 4.  RE: Webmethod designer

    Posted Thu October 13, 2016 11:59 PM

    Shruti,
    If it is a static content, and you always want to extract (2), (4) & (5), in the map step, draw a transition from document list to a field(s), highlight the link and in the properties mention the array index. If (2), (4) & (5) are determined in run time, use pipeline variables and substitute them instead of providing actual value in array index.

    -Senthil


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