Altova RaptorXML Server 2024

ZIP archives can also be uploaded, and files within a ZIP can be referenced by using the additional-files scheme. For example:

 

additional-files:///mybigarchive.zip%7Czip/biginstance.xml

 

Note:The |zip/ part needs to be URI-escaped as %7Czip/ in order to conform to the URI RFC since the pipe | symbol is not directly allowed. The use of glob patterns (* and ?) is also allowed. So you can use something like this to validate all XML files within the ZIP archive:
{“command”: “xsi”, “args”: [“additional-files:///mybigarchive.zip%7Czip/*.xml”], “options”: {…}}  

 

Note:'Content-Disposition: form-data' is also valid, in addition to 'Content-Disposition: attachment'. Since several tools generate form-data as content-disposition, the value form-data is accepted as valid.

 

 

 

© 2018-2024 Altova GmbH