Subversion Repositories XServices

Rev

Rev 67 | Rev 85 | Go to most recent revision | 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>
10
		<date>February, 16th 2010</date>
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>
18
			<year>2011</year>
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>
29
			<para>Apache Tomcat and Apache Ant are trademarks of the Apache
30
				Software Foundation.</para>
31
		</legalnotice>
32
		<xi:include href="common/abstract.xml" />
33
	</bookinfo>
34
	<chapter id="installation">
35
		<beginpage />
36
		<title>Getting started</title>
77 brianR 37
		<para>This chapter describes the installation process.</para>
59 brianR 38
		<xi:include href="common/installation.xml"/>
39
	</chapter>
40
	<chapter id="services">
41
		<beginpage />
42
		<title>Available Services</title>
43
		<para>List of available web services and their operations.</para>
44
		<xi:include href="ArchiveServices.xml" />
67 brianR 45
		<xi:include href="DateServices.xml" />
59 brianR 46
		<xi:include href="ExecuteServices.xml" />
47
		<xi:include href="FileServices.xml" />
48
		<xi:include href="MiscServices.xml" />
49
	</chapter>
50
 
51
	<chapter id="xmltypes">
52
		<beginpage />
53
		<title>XML Types</title>
54
		<para>This chapter bundles the documentation for common XML types used
55
			by XServices web service.</para>
56
		<xi:include href="Types.xml" />
57
	</chapter>
43 brianR 58
</book>