Does pyRequestAttachmentPage support value list?
We have a requirement to consume the inputs and file attachments(base64Binary) as inbound service request message to a SOAP service. To accommodate this request, we have used pyRequestAttachmentPage as the top level page of class 'Data-ServiceMessage' in the Service activity which will directly parse the multiple file attachments (from the client) and store it in a value list under the top level page pyRequestAttachmentPage. Post this implementation a request with multiple file attachments has been trigerred via SOAP UI and observed that all the attachment content are being parsed and merged in to a single 'pyAttachValues(1) ' under the Page pyRequestAttachmentPage. The pyAttachTypes type has also been observed as : FileType multipart/mixed; boundary="----=_
How to directly Parse all the file content in to different value list values ?