Hi there,
My schema has “Documents” element it should contain the “Document” element which should consist of SeqNumber, DocumentId, DocumentType, DocumentContent.
I am at the moment able to send a single file, but what I need is to send multiple documents.
How do I declare the Documents variable so I’m able to accept more than one document. ?