Subversion Repositories XServices

Rev

Rev 166 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?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>June 2014</date>
                <author>
                        <firstname>Brian</firstname>
                        <surname>Rosenberger</surname>
                        <email>bru@brutex.de</email>
                </author>
                <corpname>Brutex Network</corpname>
                <copyright>
                        <year>2014</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>
                        <literallayout>
                        Licensed under the Apache License, Version 2.0 (the "License");
                        you may not use this file except in compliance with the License.
                        You may obtain a copy of the License at
                        
                        http://www.apache.org/licenses/LICENSE-2.0
                        
                        Unless required by applicable law or agreed to in writing, software
                        distributed under the License is distributed on an "AS IS" BASIS,
                        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
                        See the License for the specific language governing permissions and
                        limitations under the License.
                        </literallayout></para>
                        <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="soapservices">
                <beginpage />
                <title>Available SOAP Services</title>
                <para>List of available web services and their operations.</para>
                <xi:include href="ArchiveServices/ArchiveServices.xml" />
                <xi:include href="DateServices/DateServices.xml" />
                <xi:include href="ExecuteServices/ExecuteServices.xml" />
                <xi:include href="FileServices/FileServices.xml" />
                <xi:include href="JobServices/JobServices.xml" />
                <xi:include href="MailServices/MailServices.xml" />
                <xi:include href="MiscServices/MiscServices.xml" />
                <xi:include href="StorageServices/StorageServices.xml" />
                <xi:include href="StringServices/StringServices.xml" />
                <xi:include href="XmlServices/XmlServices.xml" />
        </chapter>

        <chapter id="restservices">
                <beginpage />
                <title>Available RESTful Services</title>
                <para>List of available web services and their operations.</para>
                <xi:include href="CVSInfoService/CVSInfoService.xml" />
                <xi:include href="FileInfoService/FileInfoService.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/Types.xml" />
        </chapter>
</book>