my question is simple. you can use any of the below mentioned input. To get the output like mentioned above/below.
1.input: alist stringList - alist[0] = num1 or define a string alist = num1
blist stringList - blist[0] = num2
blist[1]= num3…size of blist varies like 5,10…so on.
- input : docList documentList - docList[0]
string1 = num1
docList[1]
string2= num2
string3 = num3…docList[1] may have more than 2 variables like 5,10…so on.
Output paramList stringList/objectList
paramlist
paramlist [0] num1
paramlist[1]
patamlist[1][0] num2
paramlist[1][1] num3
it may help you to get the requirement clear.
#webMethods#webMethods-io-Integration