Hi,
I am using an XML-document as a source of properties in a service that I am writing in WM 4.6. The XML-document is converted to a record using “getFile”, “stringToDocument” and “documentToRecord”. I am then looping over a recordlist (in-array) in the created record and using another recordlist as out-array.
The problem that I have encountered is that when there is just one element in the array that I am supposed to loop over the array is no longer an array! Instead it is showed just as a record (and not a recordlist) and the looping is therefore not possible.
Any suggested solutions to this problem are highly appreciated!
Br
//Erik
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB