13 lines
552 B
XML
13 lines
552 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="fileinfoservices">
|
||
|
<title>FileInfoService</title>
|
||
|
<para>The FileInfoService allows listing/ searching/ browsing and download of files and directories. Includes caching mechanism.
|
||
|
</para>
|
||
|
<para>Endpoint address: http://localhost:8080/XServices/fileinfo</para>
|
||
|
<para>WADL : http://localhost:8080/XServices/fileinfo?_wadl</para>
|
||
|
<!--
|
||
|
<xi:include href="./dateAdd.xml" />
|
||
|
|
||
|
-->
|
||
|
</section>
|