Hi guys
Need your hint how to read and create and put the resulted object in pipeline
It is a simple loop in Java , but I can not create it in flow:
MyInputDataObject
reults[reults[0], …results[20]]
Each results Object contains few values. Example for results[0]: parameter1, parameter2,…parameter20 (name, age, year,… )
MyOutputDataObject
for each results{
create new output
output[i].a_parameter=parameter1
output[i].b_parameter=parameter2
...
for each results{
create new child[j]
output[i].childs[j].myParameterA= parameter10
output[i].childs[j].myParameterB= parameter11
...
}
}
brg
Peter
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods