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

 View Only
  • 1.  how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/17/16 04:18 AM

    Hi All,

    I have two DocuementList of different names but with same Schema (let us consider name DocL1,DocL2.)
    Now when I am looping over one DocumentList ,Inside that loop I can see DocL1 as doc that is correct BUT at same time DocL2 also showing doc instead of Document list .

    Please suggest what is going wrong or anything I am missing .


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


  • 2.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/17/16 08:37 AM

    Hi Swapnil,

    sounds strange.

    What is yor wM Version?

    Can you share the configuration of the Loop-Step, please?

    Regards,
    Holger


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


  • 3.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/17/16 09:10 AM

    Thanks Holger for reply
    I am using wM 9.8
    what does configuration means? in properties I am only specifying input array .


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


  • 4.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/17/16 01:05 PM

    Hi Swapnil,

    can you provide a screen shot of your service?

    There might be another Loop-Step for the second DocList.

    Do you have any Fixes for ServiceDevelopment part applied to Designer?

    Regards,
    Holger


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


  • 5.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/22/16 02:09 AM


  • 6.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/24/16 04:42 PM

    Could it be that you specified DocL2 as the loop’s output?


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


  • 7.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 11/29/16 06:50 AM

    We have faced similar type of issue earlier where both document doc1 & doc2 are referring to same reference path and changes to one document was reflecting to other as well.

    You can check if you have any direct mapping from doc1 to doc2 at document level.


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


  • 8.  RE: how to get DocumentList after looping over same DocumentList inside loop

    Posted 12/22/16 05:53 AM

    Exactly @Baharul
    I was facing same issue .
    I extracted that document to local document with different name and it solved the problem .
    Thanks all for reply


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