Thanks Mahesh and Wang for your inputs here.
I tried the way which Wang suggested but still i am not getting my desired output.
With the below output there is no use – bif1,tif1"\r\n"bif2,tif2"\r\n"bif3,tif3"\r\n"
By writing some logic, i am able to produce the below output as part of StringList
bid1,tid1,error1
bid2,tid2,error2
bid3,tid3,error3
But when i am trying to write to a file, as writeToFile service takes only only a string, its not writing details which are other than 1st line.
Hence final output to file is – bid1,tid1
Thanks,
RP
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services