Yes, but it is possible that the structure of the node in the soap body isn’t the same as your derived document type.
Using a test harness service, build a soap message and then directly invoke your soap processor Flow service. Don’t drop the document output of the pub.xml:xmlNodeToDocument service and be sure that the document being created matches the structure of the referenced document type.
If so, the list elements will be created correctly and you should be able to validate that document using pub.schema:validate.
Mark
#webMethods#soa#API-Management