webmethods code implementation

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

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

Thanks,

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

Thanks
also

sound’s good. Cool man.

Thanks,