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

documentlist

  • 1.  documentlist

    Posted Sun March 26, 2006 04:51 PM

    hii…
    can i map a document to a documentlist and viceversa ?


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


  • 2.  RE: documentlist

    Posted Sun March 26, 2006 06:30 PM

    Can you provide a bit more detail on what specifically you need to do? A document list is simply an array. You can assign a document to a list element (the list element will hold a reference to the same document) and you can copy a reference from a document list to a document.


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


  • 3.  RE: documentlist

    Posted Sun March 26, 2006 08:27 PM

    In my PipielineIn i have a document in which i have different variables.I need to map this elements to the elements in pipilineout which are in a documentlist(not in a document).
    Can we map or link the variables which are in a document to the variables in a documentlist.


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


  • 4.  RE: documentlist

    Posted Sun March 26, 2006 08:30 PM

    Can i link a document to the ‘tolist’ of pub.list:appendToDocumentList or do i need to link only the documentlist.
    Can someone tell me the service through which i can append a document to a list.Do i need to loop on something ?


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


  • 5.  RE: documentlist

    Posted Mon March 27, 2006 04:30 AM

    Yes. Map the variables. Then click on the mapping line. Then in the properties pane edit the index and specify the appropriate index for the target list element that you want to update.


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


  • 6.  RE: documentlist

    Posted Mon March 27, 2006 04:31 AM

    No. It will only accept a list. pub.list:appendToDocumentList.


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


  • 7.  RE: documentlist

    Posted Mon March 27, 2006 08:04 PM

    Hi all,
    I have a branch step on a switch.
    I wrote a branch step, in which i have 3 sequences.In the first sequence i need to chek if the element on which i branched is 2.
    IF its 2 then i should set that elements value to “YES”
    I have tht element in my map step.But i dont have “YES” anywhere.I need to hardcode it.
    Do i need to write a map step and create a new string and map to that (OR) can i hardcode in the service itself in the sequence ?
    Please lemme know
    Thanx


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


  • 8.  RE: documentlist

    Posted Tue March 28, 2006 05:20 AM

    Hi

    You could do it by directly hardcode YES to that specific variable in a map step under the sequence step.Its not a good practice to do any transformations on the sequece step.

    Cheers
    Jeevan


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


  • 9.  RE: documentlist

    Posted Tue March 28, 2006 01:51 PM