12 lines
521 B
XML
12 lines
521 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="storageservices">
|
||
|
<title>StorageServices</title>
|
||
|
<para>The StorageService will provide get/ push operations to store and retrieve data from various backends.
|
||
|
This is currently under development and not yet released.
|
||
|
Its WSDL is located at
|
||
|
http://server:port/XServices/StorageService?wsdl</para>
|
||
|
<xi:include href="./operationName.xml" />
|
||
|
|
||
|
</section>
|