This means that you’ve mapped a field that is inside a document/record/string list structure, and another that is in a different structure. For example:
YourDocName
–>DocListA
----->Field 1
–>DocListB
----->Field 2
If you map both field 1 and field 2 in the same map step, you’ll get this error. There are various other ways to get the error, but as far as I know all of them include mapping more than one field under a list element somewhere.
The best solution is to map lists inside loop steps, so that you never have lists in your document structure. You can also do the maps within different map steps, but be aware that you may get some strange results depending on what your document structure looks like.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB