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.  Question regarding AppendToDocumentList

    Posted 09/14/09 09:29 AM

    Hi all,
    I am facing a problem in appending a document to a document list.

    I have to append a document to a document list which is inside a document. (i.e) my target document list is inside a document.

    This process is in a loop (i.e) ill form the source document inside a loop and append everytime to the target document list. But i am not able to do this.

    When the loop executes for the second time my target document gets overwritten… Its not appended…

    Can anybody help me out on this!

    Thanks in advance.:happy:


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


  • 2.  RE: Question regarding AppendToDocumentList

    Posted 09/14/09 10:24 AM

    Hi,

    Loop over source document
    Map: MAP source document to TEMP document(define temp doc)
    pub:list:appendToDocumentList:
    Map your target document list in input to “To List”;
    Map your temp document to “from item”
    drop your temp document


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


  • 3.  RE: Question regarding AppendToDocumentList

    Posted 09/14/09 10:59 AM

    hi shahid…
    i got it now! the mistake i did was, i didn’t drop the temp doc…
    thank u so much…


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