Hi Experts,
I am trying to understand the usage of document:documentListToDocument method. Followed the steps given in the documentation on a simple document structure (i.e., all the elements of the document list are strings only) and I could get the document from document list.
Now I want to use this service on complex document structure such as shown in the attached screenshot (i.e., some elements in the document list are documents). I want to to specify EmployeeList/Name/FirstName as the value to the ‘value’ input param. I tried with below options but none of them worked.
- EmployeeList/Name/FirstName
2.Name/FirstName
3.FirstName
Could you please advise how can I specify ‘FirstName’ in Employee List as the input for ‘value’ param?
Kind regards,
Raj

#webMethods#Integration-Server-and-ESB