Subversion Repositories XServices

Rev

Rev 159 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 brianR 1
<?xml version='1.0'?>
59 brianR 2
<!DOCTYPE book [
3
<!ENTITY % myent SYSTEM "entities.ent">
4
%myent;
5
]>
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
	<title>Brutex XServices Documentation</title>
9
	<bookinfo>
159 brianR 10
		<date>June 2014</date>
59 brianR 11
		<author>
12
			<firstname>Brian</firstname>
13
			<surname>Rosenberger</surname>
14
			<email>bru@brutex.de</email>
15
		</author>
16
		<corpname>Brutex Network</corpname>
17
		<copyright>
159 brianR 18
			<year>2014</year>
59 brianR 19
		</copyright>
20
		<legalnotice>
21
			<para>
22
				The copyright holders make no representation about the suitability
23
				of this document for any purpose. It is provided
77 brianR 24
				<emphasis>as is</emphasis>
59 brianR 25
				without expressed or implied warranty.
26
			</para>
27
		</legalnotice>
28
		<legalnotice>
85 brianR 29
			<para>
30
			<literallayout>
31
			Licensed under the Apache License, Version 2.0 (the "License");
32
			you may not use this file except in compliance with the License.
33
			You may obtain a copy of the License at
34
 
35
			http://www.apache.org/licenses/LICENSE-2.0
36
 
37
			Unless required by applicable law or agreed to in writing, software
38
			distributed under the License is distributed on an "AS IS" BASIS,
39
			WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40
			See the License for the specific language governing permissions and
41
			limitations under the License.
42
			</literallayout></para>
59 brianR 43
			<para>Apache Tomcat and Apache Ant are trademarks of the Apache
44
				Software Foundation.</para>
45
		</legalnotice>
46
		<xi:include href="common/abstract.xml" />
47
	</bookinfo>
48
	<chapter id="installation">
49
		<beginpage />
50
		<title>Getting started</title>
77 brianR 51
		<para>This chapter describes the installation process.</para>
85 brianR 52
		<xi:include href="common/installation.xml" />
59 brianR 53
	</chapter>
166 brianR 54
	<chapter id="soapservices">
59 brianR 55
		<beginpage />
166 brianR 56
		<title>Available SOAP Services</title>
59 brianR 57
		<para>List of available web services and their operations.</para>
159 brianR 58
		<xi:include href="ArchiveServices/ArchiveServices.xml" />
59
		<xi:include href="DateServices/DateServices.xml" />
60
		<xi:include href="ExecuteServices/ExecuteServices.xml" />
61
		<xi:include href="FileServices/FileServices.xml" />
62
		<xi:include href="JobServices/JobServices.xml" />
63
		<xi:include href="MailServices/MailServices.xml" />
64
		<xi:include href="MiscServices/MiscServices.xml" />
65
		<xi:include href="StorageServices/StorageServices.xml" />
66
		<xi:include href="StringServices/StringServices.xml" />
67
		<xi:include href="XmlServices/XmlServices.xml" />
59 brianR 68
	</chapter>
69
 
166 brianR 70
	<chapter id="restservices">
71
		<beginpage />
72
		<title>Available RESTful Services</title>
73
		<para>List of available web services and their operations.</para>
74
		<xi:include href="CVSInfoService/CVSInfoService.xml" />
75
		<xi:include href="FileInfoService/FileInfoService.xml" />
76
 
77
	</chapter>
59 brianR 78
	<chapter id="xmltypes">
79
		<beginpage />
80
		<title>XML Types</title>
81
		<para>This chapter bundles the documentation for common XML types used
82
			by XServices web service.</para>
159 brianR 83
		<xi:include href="types/Types.xml" />
59 brianR 84
	</chapter>
43 brianR 85
</book>