59 lines
1.8 KiB
XML
59 lines
1.8 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE book [
|
|
<!ENTITY % myent SYSTEM "entities.ent">
|
|
%myent;
|
|
]>
|
|
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Brutex XServices Documentation</title>
|
|
<bookinfo>
|
|
<date>February, 16th 2010</date>
|
|
<author>
|
|
<firstname>Brian</firstname>
|
|
<surname>Rosenberger</surname>
|
|
<email>bru@brutex.de</email>
|
|
</author>
|
|
<corpname>Brutex Network</corpname>
|
|
<copyright>
|
|
<year>2011</year>
|
|
</copyright>
|
|
<legalnotice>
|
|
<para>
|
|
The copyright holders make no representation about the suitability
|
|
of this document for any purpose. It is provided
|
|
<emphasis>as is</emphasis>
|
|
without expressed or implied warranty.
|
|
</para>
|
|
</legalnotice>
|
|
<legalnotice>
|
|
<para>Apache Tomcat and Apache Ant are trademarks of the Apache
|
|
Software Foundation.</para>
|
|
</legalnotice>
|
|
<xi:include href="common/abstract.xml" />
|
|
</bookinfo>
|
|
<chapter id="installation">
|
|
<beginpage />
|
|
<title>Getting started</title>
|
|
<para>This chapter describes the installation process.</para>
|
|
<xi:include href="common/installation.xml"/>
|
|
</chapter>
|
|
<chapter id="services">
|
|
<beginpage />
|
|
<title>Available Services</title>
|
|
<para>List of available web services and their operations.</para>
|
|
<xi:include href="ArchiveServices.xml" />
|
|
<xi:include href="DateServices.xml" />
|
|
<xi:include href="ExecuteServices.xml" />
|
|
<xi:include href="FileServices.xml" />
|
|
<xi:include href="MiscServices.xml" />
|
|
</chapter>
|
|
|
|
<chapter id="xmltypes">
|
|
<beginpage />
|
|
<title>XML Types</title>
|
|
<para>This chapter bundles the documentation for common XML types used
|
|
by XServices web service.</para>
|
|
<xi:include href="Types.xml" />
|
|
</chapter>
|
|
</book>
|