Hi All,
In my environemnt there is an utility java service written in webMethods which has an output variable called CmdResult.
Now, this java service does some internal operations and the result of these operations are populated in the CmdResult output variable.
Problem is – on completion of internal operations, if the JAVA service gets more than one lines as result; it creates that many numbers of CmdResult variable. (It does not craete stringList)
So, upon executing this utility - I am getting more than one CmdResult variables in the Results Pen.
Now, I am facing a problem to concat all these CmdResult together.
As it is not string list, I am unable to use looping also.
Can anybody please advise on it. Please let me know if I m clear.
N.B: - I cant change the java service at all.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services