Subversion Repositories XServices

Rev

Rev 67 | Rev 85 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 77
1
<?xml version='1.0'?>
1
<?xml version='1.0'?>
2
<!DOCTYPE book [
2
<!DOCTYPE book [
3
<!ENTITY % myent SYSTEM "entities.ent">
3
<!ENTITY % myent SYSTEM "entities.ent">
4
%myent;
4
%myent;
5
]>
5
]>
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
6
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
	<title>Brutex XServices Documentation</title>
8
	<title>Brutex XServices Documentation</title>
9
	<bookinfo>
9
	<bookinfo>
10
		<date>February, 16th 2010</date>
10
		<date>February, 16th 2010</date>
11
		<author>
11
		<author>
12
			<firstname>Brian</firstname>
12
			<firstname>Brian</firstname>
13
			<surname>Rosenberger</surname>
13
			<surname>Rosenberger</surname>
14
			<email>bru@brutex.de</email>
14
			<email>bru@brutex.de</email>
15
		</author>
15
		</author>
16
		<corpname>Brutex Network</corpname>
16
		<corpname>Brutex Network</corpname>
17
		<copyright>
17
		<copyright>
18
			<year>2011</year>
18
			<year>2011</year>
19
		</copyright>
19
		</copyright>
20
		<legalnotice>
20
		<legalnotice>
21
			<para>
21
			<para>
22
				The copyright holders make no representation about the suitability
22
				The copyright holders make no representation about the suitability
23
				of this document for any purpose. It is provided
23
				of this document for any purpose. It is provided
24
				<quote>as is</quote>
24
				<emphasis>as is</emphasis>
25
				without expressed or implied warranty.
25
				without expressed or implied warranty.
26
			</para>
26
			</para>
27
		</legalnotice>
27
		</legalnotice>
28
		<legalnotice>
28
		<legalnotice>
29
			<para>Apache Tomcat and Apache Ant are trademarks of the Apache
29
			<para>Apache Tomcat and Apache Ant are trademarks of the Apache
30
				Software Foundation.</para>
30
				Software Foundation.</para>
31
		</legalnotice>
31
		</legalnotice>
32
		<xi:include href="common/abstract.xml" />
32
		<xi:include href="common/abstract.xml" />
33
	</bookinfo>
33
	</bookinfo>
34
	<chapter id="installation">
34
	<chapter id="installation">
35
		<beginpage />
35
		<beginpage />
36
		<title>Getting started</title>
36
		<title>Getting started</title>
37
		<para>This chapter describes the installation.</para>
37
		<para>This chapter describes the installation process.</para>
38
		<xi:include href="common/installation.xml"/>
38
		<xi:include href="common/installation.xml"/>
39
	</chapter>
39
	</chapter>
40
	<chapter id="services">
40
	<chapter id="services">
41
		<beginpage />
41
		<beginpage />
42
		<title>Available Services</title>
42
		<title>Available Services</title>
43
		<para>List of available web services and their operations.</para>
43
		<para>List of available web services and their operations.</para>
44
		<xi:include href="ArchiveServices.xml" />
44
		<xi:include href="ArchiveServices.xml" />
45
		<xi:include href="DateServices.xml" />	
45
		<xi:include href="DateServices.xml" />	
46
		<xi:include href="ExecuteServices.xml" />
46
		<xi:include href="ExecuteServices.xml" />
47
		<xi:include href="FileServices.xml" />
47
		<xi:include href="FileServices.xml" />
48
		<xi:include href="MiscServices.xml" />		
48
		<xi:include href="MiscServices.xml" />		
49
	</chapter>
49
	</chapter>
50
 
50
 
51
	<chapter id="xmltypes">
51
	<chapter id="xmltypes">
52
		<beginpage />
52
		<beginpage />
53
		<title>XML Types</title>
53
		<title>XML Types</title>
54
		<para>This chapter bundles the documentation for common XML types used
54
		<para>This chapter bundles the documentation for common XML types used
55
			by XServices web service.</para>
55
			by XServices web service.</para>
56
		<xi:include href="Types.xml" />
56
		<xi:include href="Types.xml" />
57
	</chapter>
57
	</chapter>
58
</book>
58
</book>