2011-01-29 13:58:08 +01:00
|
|
|
<?xml version='1.0'?>
|
2011-05-02 20:06:19 +02:00
|
|
|
<!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>
|
2012-04-20 20:09:37 +02:00
|
|
|
<date>Januar 2012</date>
|
2011-05-02 20:06:19 +02:00
|
|
|
<author>
|
|
|
|
<firstname>Brian</firstname>
|
|
|
|
<surname>Rosenberger</surname>
|
|
|
|
<email>bru@brutex.de</email>
|
|
|
|
</author>
|
|
|
|
<corpname>Brutex Network</corpname>
|
|
|
|
<copyright>
|
2012-04-20 20:09:37 +02:00
|
|
|
<year>2012</year>
|
2011-05-02 20:06:19 +02:00
|
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
|
|
<para>
|
|
|
|
The copyright holders make no representation about the suitability
|
|
|
|
of this document for any purpose. It is provided
|
2011-12-31 14:39:29 +01:00
|
|
|
<emphasis>as is</emphasis>
|
2011-05-02 20:06:19 +02:00
|
|
|
without expressed or implied warranty.
|
|
|
|
</para>
|
|
|
|
</legalnotice>
|
|
|
|
<legalnotice>
|
2012-04-20 20:09:37 +02:00
|
|
|
<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>
|
2011-05-02 20:06:19 +02:00
|
|
|
<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>
|
2011-12-31 14:39:29 +01:00
|
|
|
<para>This chapter describes the installation process.</para>
|
2012-04-20 20:09:37 +02:00
|
|
|
<xi:include href="common/installation.xml" />
|
2011-05-02 20:06:19 +02:00
|
|
|
</chapter>
|
|
|
|
<chapter id="services">
|
|
|
|
<beginpage />
|
|
|
|
<title>Available Services</title>
|
|
|
|
<para>List of available web services and their operations.</para>
|
|
|
|
<xi:include href="ArchiveServices.xml" />
|
2012-04-20 20:09:37 +02:00
|
|
|
<xi:include href="DateServices.xml" />
|
2011-05-02 20:06:19 +02:00
|
|
|
<xi:include href="ExecuteServices.xml" />
|
|
|
|
<xi:include href="FileServices.xml" />
|
2012-04-20 20:09:37 +02:00
|
|
|
<xi:include href="MailServices.xml" />
|
|
|
|
<xi:include href="MiscServices.xml" />
|
2011-05-02 20:06:19 +02:00
|
|
|
</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>
|
2011-01-29 13:58:08 +01:00
|
|
|
</book>
|