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.  how to get DocumentList after looping over same DocumentList inside loop

    Posted Thu November 17, 2016 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 Thu November 17, 2016 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 Thu November 17, 2016 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 Thu November 17, 2016 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 Tue November 22, 2016 02:09 AM


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

    Posted Thu November 24, 2016 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 Tue November 29, 2016 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 Thu December 22, 2016 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