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.  webmethods code implementation

    Posted Fri September 30, 2016 07:01 AM

    Hello,

    I need to implement a loop over some roles and for each role open a file writer, insert other loop again over the memberRoles and write members to the file line by line. Simple until now, but after the inner loop is finished I want to close the file writer and is not posibile.
    For the closeFileWriter service the pipeline does not appear.

    It is possible to write code outside and after the inner loop and inside the outer loop?

    Best Regards,
    Bogdan


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


  • 2.  RE: webmethods code implementation

    Posted Fri September 30, 2016 08:10 AM

    Did you try to write everything in java ? In java you can do it easily. Input to java service is rolesList.

    Thanks,


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


  • 3.  RE: webmethods code implementation

    Posted Fri September 30, 2016 08:48 AM

    Actually I found that a wrong mapping was the problem. The pipeline does not appear because of a wrong mapping.

    Thanks
    also


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


  • 4.  RE: webmethods code implementation

    Posted Fri September 30, 2016 08:54 AM