Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community,
I use a REST client in my model.
These client requireds a Body part which I can create with the tXMLMap Element.
One variable of the REST API can be the variable codes, which is an Array in the folling format:
My tXMLMap works fine as Input for the REST AP, without the varible codes!
but when I try to add the additionale variable codes I get in trouble with the format because I dont know
how I can create the array from various strings.
As example: my array input has to based on the following strings:
These strings I have to use to generate the array and set it as input in my body element..
My question is now, how do I can generate the array in the right format and connect afterwards to the tXMLMap?
I hope somebody can give me a hint to solve my problem
thanks in advance
br
Sven